Forum Discussion
WiFi Device Configuration Profile - Error WindowsWifiEnterpriseEAPConfiguration 0x87d1fde8
treestryder So I am getting this same error message but I didn't find that custom URI link sadly, so thanks for sharing!
Sadly the policy isn't working for me though as suggested that it should but report an error without the hex value. Just wanted to share to add to this detail in case anyone else comes across this.
RossLyons, thanks for reminding me, that I forgot to update this thread...
I have worked around this problem by using the following instructions to export a working Wi-Fi profile's configuration XML, then deploying this through Intune.
Import Wi-Fi settings for Windows 8.1 and later devices in Microsoft Intune
Here is an example of the export command, which requires Administrator rights.
netsh wlan export profile name="WiFiProfile" key=clear folder=.\
Here is documentation for the XML export schema, in case you might need to customize it.
- RossLyonsJan 29, 2020Copper ContributorAmazing, thanks for replying!
I will give this a go.