EndUser1 Posted May 26, 2016 Report Share Posted May 26, 2016 Hello, I am kind of new to some of SmartDeploy. I was wondering if there was a way to setup a post install task to have a laptop that I put my image on connect to a specified Wi-Fi network. Thanks Link to comment Share on other sites More sharing options...
SmartDeploySupport Posted May 26, 2016 Report Share Posted May 26, 2016 Email us at support @ smartdeploy.com and we can provide you instructions for how to do this. Thanks, SmartDeploy Support Link to comment Share on other sites More sharing options...
lphooper03 Posted June 10, 2016 Report Share Posted June 10, 2016 How about somebody actually post it up in the support forums because I see this as a useful task? Where can the masses find this information because I'm curious as well. Link to comment Share on other sites More sharing options...
SmartDeploySupport Posted June 10, 2016 Report Share Posted June 10, 2016 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 More sharing options...
Milan0 Posted January 23, 2018 Report Share Posted January 23, 2018 Hi, Any update on this getting posted anywhere? Would be VERY helpfuil to have this at hand. Thanks Link to comment Share on other sites More sharing options...
Jeff Harris Posted January 23, 2018 Report Share Posted January 23, 2018 (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 More sharing options...
Milan0 Posted January 25, 2018 Report Share Posted January 25, 2018 Can confirm this is wroking. Thanks, Jeff 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