Link to home
Start Free TrialLog in
Avatar of Metaltree
MetaltreeFlag for United States of America

asked on

Internal WIFI deployment to domain

I'm looking for a way to deploy our internal wifi to all computers without having to touch them.

What are my options?

I've exported a profile to xml using netsh wlan commands, but I can't seem to figure out the vbs to roll it out.

Any suggestions appreciated....
Avatar of Craig Beck
Craig Beck
Flag of United Kingdom of Great Britain and Northern Ireland image

You really need to use certificates and NPS for secure wifi on a domain if you want to automate the configuration.  This is a great guide to implementing PEAP for Wireless...

http://blog.instruosolutions.com/2012/10/10/configuring-microsoft-nps-server-2008-for-wireless-client-authentication-ms-peap/

Group Policy is your friend if you have a domain and you're using RADIUS (this is the way to go).

Here's a quick guide for Windows XP/Vista/7/2003/2008...

http://technet.microsoft.com/en-us/magazine/gg266419.aspx

The only issue with this is that you can't deploy wireless settings if you're using pre-shared keys.  For that you need to script it, as you've already attempted.
ASKER CERTIFIED SOLUTION
Avatar of convergint
convergint
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Metaltree

ASKER

I ended up going with something similar to what convergint suggested