Hey all, Probably like most of you I've been playing around with the Windows 10 in place upgrade task sequence found here http://blogs.technet.com/b/configmgrteam/archive/2015/06/16/revised-content-for-the-win10-in-place-upgrade-via-task-sequence-for-configmgr.aspx#pi168308=4 .
The upgrade step never launches the SetupComplete.cmd file in the /PostOobe switch. So as a result no steps after the Upgrade Windows step every get executed because the SCCM client is disabled. Guess I should mention the SCCM client is disabled via a PS script ran in the PreSetup step. I've tried manually launching the SetupComplete.cmd file from the upgraded computer (path is %SystemDrive%\_vNextUpgrade\) and it works then finishes the task sequence. Here is the command line from the TS step: Setup.exe /Auto Upgrade /Quiet /NoReboot /DynamicUpdate Disable /PostOobe %SystemDrive%\_vNextUpgrade\setupcomplete.cmd /PostRollback %SystemDrive%\_vNextUpgrade I read a few articles stating the SetupComplete.cmd file had to located here %WINDIR%\Setup\Scripts\SetupComplete.cmd, but those were all for Vista and Windows 7. Not sure if this is a limitation and if it still exists. Looking over the comments in the above blog post I see a lot of people having the same issue so I thought I would put the questions to the experts here. I have been able to deploy Windows 10 as a wipe and load task sequence, just not an upgrade task sequence. Thanks, Gerry
