In-place Upgrade Task Sequence not visible for all computers

Pavel yannara Mirochnitchenko 13,436 Reputation points MVP
2021-04-07T13:55:28.83+00:00

We are about to perform IPU from various Windows 10 builds to 20H2. CM site version is 2006 with latest hotfixes installed. It is Https only and we have CMG in use, also local DPs as well. Now I am only testing IPU TS. I have 2 problems;

  1. Not for all machine the IPU is available in Software Center. Machine object is online and in its deployment view it is a member of a TS. Content to near DP is distributed. Boundaries are set fine.
  2. Few computers which failed first time during TS execution in a middle of it, because of the content mismatch or http errors, never saw the TS available again.

Do these sounds like a bugs? I have long experience with CM so doubt I did any stupid mistake.

Microsoft Security | Intune | Configuration Manager | Deployment
Microsoft Security | Intune | Configuration Manager | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Rahul Jindal 11,596 Reputation points
    2021-04-07T22:34:27.077+00:00

    Are these shared devices? Does the intended user have primary session id? Have the machines received the deployment policy?


  2. HanyunZhu-MSFT 1,846 Reputation points Microsoft External Staff
    2021-04-08T06:23:15.957+00:00

    @Pavel yannara Mirochnitchenko

    Thanks for posting in Microsoft Q&A forum.

    In response to the second problem that few clients cannot see task sequence again after they fail to finish the task sequence, it may be caused by the fact that the client is left in provisioning mode.

    You can verify that the client is in provisioning mode, go through the path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CCM\ CcmExec in Registry Editor.
    If the status is true, use PowerShell can make it exit the provisioning mode, please refer to the following PowerShell command:
    Invoke-WmiMethod -Namespace "root\ccm" -Class "SMS_Client" -Name
    "SetClientProvisioningMode" $false

    Hope the above information is helpful to you.


    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.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.