I have created a couple of PowerShell scripts which configure computers used in a training class. Some classes need to connect to a different wireless network (SSID). I can just instruct users how to use the windows XP facilitites to change the network they are connected to but I would like to be able to roll the network selection in to my PowerShell script Any idea on how to change wireless network in PowerShell?
Asked
Active
Viewed 6,938 times
1 Answers
2
You might find this project interesting. It is just a .NET wrapper on the native API. You should be able to call this from PowerShell without too much trouble:

vitriolix
- 351
- 3
- 9

BobbyShaftoe
- 28,337
- 7
- 52
- 74
-
how did u connect it ..? Im getting an error the parameter is incorrect – HelloWorld_Always Jul 07 '11 at 21:46