alexpuk2002 Posted October 21, 2015 Posted October 21, 2015 Hi, Since updating my MDT server to 2013 Update 1 I cannot now join laptops to our WiFi as part of the task sequence. Previously in MDT 2013 I had a command line run the netsh wlan add profile name="Profile.xml" command. This worked and was a big time saver when imaging laptops. But since update 1 came out the deployment fails on this step and doesn't show any error code, all I get is the red fail window and the task sequence ends. I was wondering if anybody else was joining laptops to the WiFi during a task sequence and how you were doing it. Thanks, Alex
Dan_ATR Posted February 21, 2017 Posted February 21, 2017 I have exactly the same issue. Been trying to fix it over the last two days with no joy. Getting rather cheesed offf........ Did you get anywhere?
dry Posted February 21, 2017 Posted February 21, 2017 (edited) I'd be tempted to do it via GPO if it's not working as part of your task sequence. You'll have a network cable connected anyway to pick the profile up via GPO. Have you looked into switching to RADIUS? Edit: Nice thread bump @Dan_ATR haha! Edited February 21, 2017 by dry
Dan_ATR Posted February 21, 2017 Posted February 21, 2017 If I have to add another GPO for a fix that is a MS issue, im going to get a GPO and put it into MS servers where the sun dont shine and tell them they have a GPO issue...... 1
snagrat Posted February 21, 2017 Posted February 21, 2017 I do it without problem but I call it via a batch file, rather than having the command in the TS. I put the command in the batch and import as an application and then run the application as part of the TS
Dan_ATR Posted February 21, 2017 Posted February 21, 2017 (edited) I tried that yesterday and it still didnt work. I will try again. Edited February 21, 2017 by Dan_ATR
Dan_ATR Posted February 21, 2017 Posted February 21, 2017 Fixed it... Command line: cmd.exe /c netsh wlan add profile filename="%SCRIPTROOT%\Wireless Config.xml" start in: c:\
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