Check if devices download Windows updates from Intune in Co-Management scenario

Djordje Novakovic 626 Reputation points
2021-06-06T21:34:46.443+00:00

Hello,
we have enabled Co-Management in our company and testing some features - like Windows updates.
Everything is configured according to Microsoft documentation(we have CMG, hybrid AD join, workloads in SCCM moved to Pilot Intune, created Windows Update Rings,....)
There are several devices in Pilot collection in SCCM configured to receive Windows Updates from Intune.
When I check settings I can see that device is aware of this change - update source is MDM(screenshot attached). Before this I could see
in C:\Windows\CCM\Logs\WUAHandler.log that it connects to SCCM/WSUS server but now there are no any new logs in that file.

My question is: Are there any logs on the client machine in order to check if it really asks Intune for updates?

Thanks!
102719-settings-win-update.jpg

Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
2,062 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
5,570 questions
0 comments No comments
{count} votes

Accepted answer
  1. Lu Dai-MSFT 28,486 Reputation points
    2021-06-07T07:01:58.757+00:00

    @Djordje Novakovic Thanks for posting in our Q&A.

    Please understand that intune just deploy the policy and it will not control where the device gets windows updates from. It means that if the device originally got updates from WSUS, it still gets updates from WSUS.

    We can run the following command in PowerShell to confirm where the device gets updates from:
    $MUSM = New-Object -ComObject "Microsoft.Update.ServiceManager"
    $MUSM.Services | select Name, IsDefaultAUService
    102868-image.png

    Hope the above information will help.


    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.


0 additional answers

Sort by: Most helpful

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.