Hi,
Thanks very much for your feedback and sharing. We're glad that the issue is gone now. It's appreciated that you could click "Accept Answer" to the helpful reply, this will help other users to search for useful information more quickly. Here's a short summary of the problem.
Problem/Symptom:
The in-place upgrade task sequence no longer appears in the "Operating System" section after restarting the test machine during the OS installation.
Reason:
After a user restart the machines during the OS in place upgrade, the SCCM client switches to "provisioning mode".
Solution/Workaround:
Use below PowerShell cmd TO set the ProvisioningMode value to be "False":
Invoke-WmiMethod -Namespace root\CCM -Class SMS_Client -Name SetClientProvisioningMode -ArgumentList $false
Thanks again for your time. Have a nice day!
Best regards,
Simon
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.