WUSU server not reporting computer after a wsus cleanup

Robert Agusto 20 Reputation points
2025-02-01T15:05:44.7266667+00:00

Wsus server is not accepting other pc and not sending updates

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,683 questions
Microsoft Configuration Manager Updates
Microsoft Configuration Manager Updates
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Updates: Broadly released fixes addressing specific issue(s) or related bug(s). Updates may also include new or modified features (i.e. changing default behavior).
1,101 questions
0 comments No comments
{count} votes

Accepted answer
  1. Simon Ren-MSFT 38,676 Reputation points Microsoft Vendor
    2025-02-03T10:17:56.3133333+00:00

    Hi Robert Agusto,

    Hope everything is going well.

    1,Agree with S.Sengupta. We can reset Windows Update and force update detection on the client to have a try.

    2,For test purposes, we can remove one or a few affected devices from the WSUS MMC console. On each affected system, run the client-side script in below article once from an elevated (Run as administrator) prompt to have a try. Can the client hit the WSUS site via browser? For more troubleshooting steps, please refer to:

    Client Machines Not Reporting to WSUS Properly?

    Note: This is non-Microsoft link, just for your reference.

    Feel free to contact me if you have any concerns/queries.

    Best regards,

    Simon


    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.


1 additional answer

Sort by: Most helpful
  1. S.Sengupta 22,096 Reputation points MVP
    2025-02-02T02:17:12.9833333+00:00

    Run these commands on client PCs to reset Windows Update:

    net stop wuauserv

    net stop bits

    net stop cryptsvc

    rd /s /q %systemroot%\SoftwareDistribution

    net start wuauserv

    net start bits

    net start cryptsvc

    wuauclt /resetauthorization /detectnow


    Run these PowerShell commands on client PCs to force update detection:

    wuauclt /detectnow

    wuauclt /reportnow

    2 people 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.