i have been trying for a couple of weeks now to try and deploy WEP keys to a windows 7 test machine. i have gone and tried to find some way of deploying them and thought i had it figured out by using a script. but either the script or something else is not working with each other. here is what i do for the script.
netsh wlan export profile name=”CorpWIFI”
' It will make a file called Wireless Network Connection-CorpWIFI.xml and copy to the c drive
after i do this it completes fine but it asks for the wep key. i have looked on various forums and i can not get this to work. any help would be great. i have tried on 3 different machines and all do the same thing.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
i have been trying for a couple of weeks now to try and deploy WEP keys to a windows 7 test machine. i have gone and tried to find some way of deploying them and thought i had it figured out by using a script. but either the script or something else is not working with each other. here is what i do for the script.
netsh wlan export profile name=”CorpWIFI”
' It will make a file called Wireless Network Connection-CorpWIFI.xml and copy to the c drive
netsh wlan add profile filename=”C:\Wireless Network Connection-CorpWIFI.xml”
netsh wlan connect CorpWIFI
after i do this it completes fine but it asks for the wep key. i have looked on various forums and i can not get this to work. any help would be great. i have tried on 3 different machines and all do the same thing.
Share this post
Link to post
Share on other sites