SCCM upgrade from 1709 to 1903/1909 X64 en-us

karthik palani 661 Reputation points
2021-05-02T14:14:03.307+00:00

Hi All,

I have SCCM CB 2006 in which we are trying to upgrade 1709/1809 machines using Windows 10 feature updates.
Seems after deploying 1903/1909 consumer edition on 1709 machine, it trigger the status as compliant in SCCM. But no installation started on the end-user machine

Validated wuahandler, updatesdeployment, updateshandler, updatesstore etc... unable to find any error message. All looks fine

No download happen in ccmcache. Is there anything i need to verify to upgrade 1709/1809 machines. Please advice

Microsoft Security | Intune | Configuration Manager | Updates
Microsoft Security | Intune | Configuration Manager | Deployment
Microsoft Security | Intune | Configuration Manager | Other
{count} vote

3 answers

Sort by: Most helpful
  1. Amandayou-MSFT 11,156 Reputation points
    2021-05-03T03:18:21.587+00:00

    Hi @karthik palani ,

    After deploying the feature update, there might be seven steps to troubleshoot the common issues.

    Step 1: We could check Policyagent.log. When policy is received, the following entry is logged in PolicyAgent.log:
    93174-4301.png

    We could check if Deployment Unique Id on the console is consistent with policy id displayed in PolicyAgent.log.
    93164-4302.png

    Step 2: Software update would be checked if it is required by client, kindly check UpdatesStore.log. UpdateStore.log would record updates as missing if they are required. If it is not required or has been installed by client, there is no record in this log.

    Step 3: If the update is required, the content could be detected before downloading. We could refer to UpdatesDeploymentAgent.log.

    Step 4: The content could be downloaded. we could refer to UpdatesHandler.log, CAS.log, and ContentTransferManager.log.

    Step 5: After the download is completed, detection could be followed before installation. We could refer to UpdatesHandler.log,ScanAgent.log, UpdateStore.log, WindowsUpdate.log and WUAHandler.log.

    Step 6: Software update could be installed. We could refer to Windowsupdate.log and UpdatesDeployment.log.

    Step 7: After the updates are installed, Updates Deployment Agent checks whether any updates require a reboot, and then it notifies the user if client settings are configured to allow such notification. We could refer to UpdatesDeployment.log and UpdateStore.log.

    Here is an article about some detailed log screenshots.
    Using log files to track the software update deployment process


    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.


  2. Rahul Jindal 10,911 Reputation points
    2021-05-09T22:01:46.173+00:00

    Consumer edition would mean that the devices are running home edition? Are you managing them as workgroup devices?

    0 comments No comments

  3. karthik palani 661 Reputation points
    2021-05-18T11:11:27.907+00:00

    Dear All,

    Thanks for your support

    Issue seems to be in co-management settings. Under workload, update policies are pointed to PILOT INTUNE which offloaded the update feature to MDM.

    After changing back to configuration manager, Issue got fixed


Your answer

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