I've been searching forums all day. I can't find an answer to my issue. I had our wireless network on my reference computer for OSD. But, Sysprep deletes it. So, the consultant (from Catapult) and I previously had this working successfully. We exported the wireless network profile from Windows 7 and created a program to install it (through advertisement and in Task sequence). But, for some reason, it no longer works on my test computers (it works locally but not through an advertisement). In the execmgr log, I am seeing this:
Looking for MIF file to get program status
Script for Package:VPK00019, Program: Create Corp1 failed with exit code 1
a couple lines down:
Execution is complete for program Create Corp1. The exit code is 1, the execution status is FailureNonRetry
I have the program set to always rerun. The below command works from Windows.
cmd.exe /C netsh wlan add profile filename="CTM-CORP1.xml" user=all
Where do I go from here? Thanks!