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