WSUS (Windows 2012 R2) - Windows 10 V1809 Clients Not Pulling Updates

GlenV 61 Reputation points
2020-08-04T11:17:19.577+00:00

Hello,

I’ve recently set up our first WSUS server on ‘Windows 2012 R2’.

I know that clients are being pointed to the server correctly by our ‘Group Policy Object’ because they are slowly registering in the console.

15564-wsus2.jpg

However, the ‘Windows 10’ computers don’t seem to be reading/pulling updates from the WSUS server.

15563-wu.jpg

I have not approved any updates in WSUS relating to ‘Windows 10 Version 1903’ yet.

Any help gratefully received.

Kind regards,

Glen

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,355 questions
0 comments No comments
{count} votes

Accepted answer
  1. Rita Hu -MSFT 9,626 Reputation points
    2020-08-05T01:41:31.587+00:00

    Hi GlenV-4078,

    Thanks for your posting on Q&A.

    First, I noticed that your client's reporting status was incorrect. To be sure, the updates detected by the client do not come from WSUS. We could check the client's default update source with the following script.

    Open the PowerShell as an administrator and enter the following scripts:

    $MUSM = New-Object -ComObject "Microsoft.Update.ServiceManager"  
       
    $MUSM.Services | select Name, IsDefaultAUService  
    
     
    

    In addition, we could apply the following policy on the clients to prevent getting updates from Windows Update. After the client applies the below group policy, the client default update source is WSUS.

    [Do not allow update deferral policies to cause scans against Windows Update]
    (Location: Group Policy Management Editor\Policies\Administrative Templates\Windows Components\Windows Update)

    Reference picture:
    15652-1.png

    Here is a link about the dual scan for your reference:
    https://learn.microsoft.com/en-us/archive/blogs/wsus/demystifying-dual-scan

    Regards,
    Rita


1 additional answer

Sort by: Most helpful
  1. Adam J. Marshall 8,966 Reputation points MVP
    2020-08-04T13:05:04.347+00:00
    0 comments No comments