What SKU of Windows are you upgrading, and what media are you using? The switches as specified are correct; it's an enhancement in Windows 10 to be able to tell SETUP where to find the batch files to execute after the upgrade completes. There are some scenarios, e.g. OEM, where the batch files aren't called. In those cases, you should see a log entry in setupact.log to that effect.
Thanks, -Michael From: [email protected] [mailto:[email protected]] On Behalf Of Vann, Gerry Sent: Friday, October 9, 2015 3:34 PM To: [email protected] Subject: [MDT-OSD] Windows 10 in Place Upgrade 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
