05-20-2021 03:08 PM
Just about to switch all the users over to using 802.1X with custom RADIUS authentication from PSK (WPA2) but I am having a little trouble getting the clients to connect without any user intervention.
When I would setup the PSK (WPA2) SSIDs I would configure one of the computers and export the configuration using:
Netsh wlan export profile [“profile name”] [key=clear] folder=”C:\Temp”
Which would create the WiFi-NetworkName.xml then I would just create a script to run
Netsh wlan add profile filename=WiFi-NetworkName.xml user=all
After running the "add profile", clients would just connect automatically to the SSID. I am doing the same thing with the new 802.1x setup but the users still have to select the network once and click Connect even though I have the Windows Group setting set to include Domain Computers.
After I push down the wireless settings I can go to a computer at the Windows logon screen and click the Wireless option where I can see the SSID. I just have to click Connect and I am on. I just want to eliminate that step.
Here is the XML file used for Netsh wlan add:
Solved! Go to Solution.
05-21-2021 05:32 PM
Are these AD attached computers?
If so, use group policy. Much simpler.
05-21-2021 05:32 PM
Are these AD attached computers?
If so, use group policy. Much simpler.
06-04-2021 11:23 AM
Used the GPO method. It was a little bit of a pain getting all the settings correct, but it worked out better.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide