Intune managed test VM - last scan time way back in November

Bojan Zivkovic 606 Reputation points
2021-02-08T09:11:32.023+00:00

Hi, I have a test VM being co-managed by MECM & Intune with Windows 10 updates workload being managed by Intune. However I always see this last scan time no matter what I try on troublesome machine.

65310-image.png

How to troubleshoot this? On other test machine (although physical) last scan time is from this morning.

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

9 answers

Sort by: Most helpful
  1. Lu Dai-MSFT 28,501 Reputation points
    2021-03-09T07:14:32.837+00:00

    @Bojan Zivkovic Intune‘s Windows Update policies only define an update strategy and they don't provide the update infrastructure itself.

    So the co-managed devices which Windows Update policy has been moved to intune still need to update with WSUS. The following article will help us understand Windows Update policy:
    https://techcommunity.microsoft.com/t5/intune-customer-success/support-tip-troubleshooting-windows-10-update-ring-policies/ba-p/714046

    Hope the above information will help.

    0 comments No comments

  2. Bojan Zivkovic 606 Reputation points
    2021-03-09T10:25:20.183+00:00

    I do not get it - if devices still use WSUS that means outside LAN they will never be updated and advantage of leveraging Intune (even in co-management with MECM - at least I was told so) was always being independent from LAN. Leveraging Microsoft Update Services as here was what I expected.

    75861-image.png
    75862-image.png

    0 comments No comments

  3. Lu Dai-MSFT 28,501 Reputation points
    2021-03-10T08:06:31.647+00:00

    @Bojan Zivkovic Maybe I didn't explain clearly.

    Intune doesn't control where the device gets updates from. If the device originally got updates from WSUS, it still gets updates from WSUS. If the device originally got updates from Windows Update, it still gets updates from Windows Update.

    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  
    

    76241-image.png

    0 comments No comments

  4. Bojan Zivkovic 606 Reputation points
    2021-03-10T11:40:03.923+00:00

    I ran these two lines on Windows 10 VM - Windows Update is true. This should mean now it goes directly to the Microsoft Update Services instead of WSUS - before moving updates workload to Intune update was managed by MECM and WSUS. According to this updates workload move for pilot collection went fine on this machine.

    0 comments No comments

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.