Computers connect to akamai and/not to my WSUS Server

Jérémy MUNOZ 36 Reputation points
2020-11-13T15:11:40.927+00:00

Hi everyone,

I have a question about how WSUS works.

My WSUS server is on a domain with computers, clients connect to WSUS server to download Microsoft updates and install it.

That's right ?

WSUS configuration server :
Windows Server 2016

Update Services version : 10.0.14393.2007

Storage : ISCSI link created between WSUS Server and a Synology NAS. Updates are download on my WSUS but the location is on my Synology ISCSI

Computers --> Windows 10

Every morning when computers are on, they go to *.akamai.net to find updates, and my bandwidth don't like that...
Why they don't connect to WSUS (Computers are present in Wsus console, regedit is correct) to download Microsoft Updates ?

The problem is may be the storage ISCSI in my synology ?

Best Regards,

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

6 answers

Sort by: Most helpful
  1. Rita Hu -MSFT 9,641 Reputation points
    2020-11-16T03:33:47.19+00:00

    Hello JrmyMUNOZ-9354,

    Thanks for your posting on Q&A.

    It is recommended to refer to the below script to check the update source of the default:

    Open the PowerShell as an administrator and post the below script:

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

    If the update source is not WSUS, it is recommended to apply the following policy to prevent the clients to get updates from the Internet:

    [Do not allow update deferral policies to cause scans against Windows Update]
    39963-8.png

    If there are any updates about this issue, please keep us in touch.

    Regards,
    Rita


    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 people found this answer helpful.
    0 comments No comments

  2. Adam J. Marshall 9,296 Reputation points MVP
    2020-11-13T16:54:07.933+00:00
    1 person found this answer helpful.
    0 comments No comments

  3. Jérémy MUNOZ 36 Reputation points
    2020-11-16T10:28:54.41+00:00

    Hi!

    Thanks for your answer !
    I appreciate your help, I ran the powershell command and the result :

    39969-image.png

    @Adam J. Marshall I will check your links and come back asap

    Best Regards,

    1 person found this answer helpful.
    0 comments No comments

  4. Jérémy MUNOZ 36 Reputation points
    2020-11-17T14:23:22.577+00:00

    Hi @Adam J. Marshall

    Also verify the NAS has the proper permissions on the content store
    https://www.ajtek.ca/wsus/wsus-permissions-wsuscontent-registry-and-iis/

    Check permissions are good

    Refer to Part 4 of my blog series which deals with GPOs and policies.
    https://www.ajtek.ca/wsus/how-to-setup-manage-and-maintain-wsus-part-4-creating-your-gpos-for-an-inheritance-setup/

    Group Policies are applied for servers and for Computers

    I think it's Windows 10 Components don't find updates in WSUS database et so use Windows Update
    for example : maps in Windows are update with Windows update.

    I can block that with a Group Policy but this Policy block Windows Store too, and I don't want...

    Best Regards,

    1 person found this answer helpful.
    0 comments No comments

  5. Adam J. Marshall 9,296 Reputation points MVP
    2020-11-17T14:33:10.967+00:00

    Do you have the alternative download URL also filled out as I mention in part 4?

    1 person found this answer helpful.
    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.