Hi
I want to use netsh wlan to import wireless profiles (we actually, I just want the password added as I have the wireless lan defined in a GPO). but I need to provide a path to where the profile is kept
My thought was to create a login script that basically ran this command
netsh wlan add profile filename=LocationOfFile\WIRELESS.xml
But I am not sure where the location is. Seems a bit silly have to create a fileshare for people to be able to read this
can I just use .\ ?
Thanks