SCCM Novice
New Member
- Messages
- 1
- Reaction score
- 0
- Points
- 1
Hi Everyone,
I need some assistance in pinpointing the cause for some Task Sequence failures. I have been I have deployed this TS to over 100 computers in different sites using different DPs and I have come upon this issue on a few computers. Most of the upgrades are successful. All the readiness checks were passed and the files downloaded to the computers, however the TS failed at Upgrading OS. See partial SMSTS log below:
The version of source OS upgrade package '10.0.16299' is supported to be used in OS upgrade. We can continue
No timeout set for Windows Upgrade Setup
Command line of Windows Setup upgrade: '"C:\_SMSTaskSequence\Packages\DC1000A9\SETUP.EXE" /ImageIndex 3 /auto Upgrade /quiet /noreboot /postoobe "C:\Windows\SMSTSPostUpgrade\SetupComplete.cmd" /postrollback "C:\Windows\SMSTSPostUpgrade\SetupRollback.cmd" /DynamicUpdate Disable /pkey <MAC Key Here> /compat IgnoreWarning '
Command line for extension .EXE is "%1" %*
Set command line: "C:\_SMSTaskSequence\Packages\DC1000A9\SETUP.EXE" /ImageIndex 3 /auto Upgrade /quiet /noreboot /postoobe "C:\Windows\SMSTSPostUpgrade\SetupComplete.cmd" /postrollback "C:\Windows\SMSTSPostUpgrade\SetupRollback.cmd" /DynamicUpdate Disable /pkey <MAC Key Here> /compat IgnoreWarning
Process completed with exit code 3247440388
Windows Setup completed with exit code hexadecimal 0xC1900204 (decimal 3247440388)
Saving exit code of Windows upgrade - hexadecimal 0xC1900204 (decimal 3247440388) - to Task sequence environment variable '_SMSTSOSUpgradeActionReturnCode', as decimal string
Windows Setup failed with hexadecimal exit code 0xC1900204 (decimal 3247440388). To identify the type of issue, lookup it against the table of known values of Windows Setup errors online.
Failing this task sequence step
Please let me know if additional information is required. All assistance is greatly appreciated.
Thank you.
I need some assistance in pinpointing the cause for some Task Sequence failures. I have been I have deployed this TS to over 100 computers in different sites using different DPs and I have come upon this issue on a few computers. Most of the upgrades are successful. All the readiness checks were passed and the files downloaded to the computers, however the TS failed at Upgrading OS. See partial SMSTS log below:
The version of source OS upgrade package '10.0.16299' is supported to be used in OS upgrade. We can continue
No timeout set for Windows Upgrade Setup
Command line of Windows Setup upgrade: '"C:\_SMSTaskSequence\Packages\DC1000A9\SETUP.EXE" /ImageIndex 3 /auto Upgrade /quiet /noreboot /postoobe "C:\Windows\SMSTSPostUpgrade\SetupComplete.cmd" /postrollback "C:\Windows\SMSTSPostUpgrade\SetupRollback.cmd" /DynamicUpdate Disable /pkey <MAC Key Here> /compat IgnoreWarning '
Command line for extension .EXE is "%1" %*
Set command line: "C:\_SMSTaskSequence\Packages\DC1000A9\SETUP.EXE" /ImageIndex 3 /auto Upgrade /quiet /noreboot /postoobe "C:\Windows\SMSTSPostUpgrade\SetupComplete.cmd" /postrollback "C:\Windows\SMSTSPostUpgrade\SetupRollback.cmd" /DynamicUpdate Disable /pkey <MAC Key Here> /compat IgnoreWarning
Process completed with exit code 3247440388
Windows Setup completed with exit code hexadecimal 0xC1900204 (decimal 3247440388)
Saving exit code of Windows upgrade - hexadecimal 0xC1900204 (decimal 3247440388) - to Task sequence environment variable '_SMSTSOSUpgradeActionReturnCode', as decimal string
Windows Setup failed with hexadecimal exit code 0xC1900204 (decimal 3247440388). To identify the type of issue, lookup it against the table of known values of Windows Setup errors online.
Failing this task sequence step
Please let me know if additional information is required. All assistance is greatly appreciated.
Thank you.