question

DjordjeNovakovic-1142 avatar image
0 Votes"
DjordjeNovakovic-1142 asked LuDaiMSFT-0289 commented

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

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


mem-intune-generalmem-intune-device-configurations
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

LuDaiMSFT-0289 avatar image
0 Votes"
LuDaiMSFT-0289 answered LuDaiMSFT-0289 commented

@DjordjeNovakovic-1142 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.



image.png (11.9 KiB)
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thank you for quick response!

I checked these commands on testing machine and this is the output:

102899-image.png


0 Votes 0 ·
image.png (6.8 KiB)

@DjordjeNovakovic-1142 You're welcome. From the screen shot, the windows updates is from Microsoft Update. Generally, it will not get updates from intune.

Thanks for understanding.

1 Vote 1 ·