views:

27

answers:

2

I'm looking for a way to add a wireless network on a Windows 7 machine through Powershell or any other automated procedure. Has anyone done this with a Powershell script? This would save a lot of time in setting up a few hundred imaged machines I have to do. Thanks in advance.

A: 

There is a Managed Wifi API library available which I guess you can use from powershell.

Giorgi
A: 

NETSH scripts would work here, no? Take a look at the WLAN context.

-Oisin

x0n
That was easy :). Thanks!
BStep
@bstep - can you please mark my reply as the answer then? thanks.
x0n
Yep, sorry, new to this site!
BStep