How to Remove “Verify the Server identity by validating the certificate” from Intune Synced Wireless Policy

I needed to disable the below to test something

However due to it being deployed via Intune it was all Greyed out

What you can do is export the Wifi Profile to XML

netsh wlan export profile name="WiFi" folder="C:\Path\To\Save"

Change the below

<PerformServerValidation xmlns="http://www.microsoft.com/provisioning/EapTlsConnectionPropertiesV2">false</PerformServerValidation>

Then Reimport it ( Intune Syncs every 4 hours so its ok for part time testing

netsh wlan add profile filename="C:\Users\YourName\Desktop\WiFi.xml" user=all
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...