New two Domain Controllers altering when reporting to WSUS

shakoane 1 Reputation point
2022-02-21T11:42:11.21+00:00

Hi Team

Please advise on my dilemma here

I have just recently promoted two Domain Controllers, and they were reporting well to WSUS server for two days

From day three, now those servers are not reporting at the same time but they alternate (today DC05 , then following day DC06)

As part of my troubleshooting, i created a separate Computer group and move xxDC06 to that group as it was the one appearing.
The following day on the separate computer group, the DC was showing now as xxDC05.
I remove the computer again and check the GUID if not conflicting and found they differ.

Please help on what might cause the computers to report only one at the time not all of them

Regards, Shakoane

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

1 answer

Sort by: Most helpful
  1. Rita Hu -MSFT 9,641 Reputation points
    2022-02-22T03:08:52.98+00:00

    Hello Shakoane,

    Thanks for your posting on Q&A.

    It seems that the issue is due to the duplicate SusClientId. Please open the CMD as an administrator and run the below commands one by one to delete the SusClientId. Then we could check whether the issue will be resolved or not.

    net stop wuauserv
    
    del /S /Q C:\Windows\SoftwareDistribution\*.*
    RMDIR /S /Q C:\Windows\SoftwareDistribution\ 
    
    reg.exe delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v PingID /f
    reg.exe delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v AccountDomainSid /f
    reg.exe delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientId /f
    reg.exe delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientIDValidation /f
    
    net start wuauserv
    

    Then we could force the two Servers check for updates manually. Please wait for a while and the two servers should report to the WSUS server.

    In addition, please run the Server Cleanup Wizard to clean up if you haven't maintenance the WSUS server for a long time.

    Please keep us in touch if there are any updates of the case. Looking forward for your updates.

    Have a great day.

    Regards,
    Rita


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    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.


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.