Jump to content
DeployCentral

Automate Wifi Connection


Recommended Posts

  • 2 weeks later...

The documentation has some pictures that make it more useful and this forum isn't always the best about pictures. But you're right, we should have it somewhere on the site or at least write a blog to show. We are in the process of updating more documentation as well.

Thanks,

SmartDeploy Support

Link to comment
Share on other sites

  • 1 year later...

(UpdateD)

You could do something like this; 

On a workstation that's connected to the network, run the following command: (You may need to verify your interface name) 

      netsh wlan export profile name="NameOfWirelessNetwork" folder=c:\temp interface="Wireless Network Connection"

Then copy the NameOfWirelessNetwork.xml file to a place on your reference VM like C:\Temp\

Then you'd add a 'At First Logon' task to your Answer File, using the Tasks tab in the Advanced settings of the Answer File wizard with the following command:

      cmd /c netsh wlan add profile filename="C:\Temp\NameOfWirelessNetwork.xml"

 

Alternatively, you could keep the xml on a network share, and use GPO to import the wlan profile. You may also need to do some tweaking to the xml file dpending on which security method you use. You an find examples on TechNet for this. 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...