4

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?

Paul Linton
  • 150
  • 2
  • 7

1 Answers1

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:

http://managedwifi.codeplex.com/

vitriolix
  • 351
  • 3
  • 9
BobbyShaftoe
  • 28,337
  • 7
  • 52
  • 74