dparish Posted February 6, 2018 Report Share Posted February 6, 2018 Is there a way to preconfigure wireless networks that we would like the imaged devices to connect to? Link to comment Share on other sites More sharing options...
SmartDeploySupport Posted February 6, 2018 Report Share Posted February 6, 2018 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 More sharing options...
dparish Posted February 6, 2018 Author Report Share Posted February 6, 2018 I will give this a try. Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now