How to export a list of all computers that are on WSUS

Wajhi Khawaja 0 Reputation points
2025-05-08T14:07:07.0266667+00:00

I am trying to export a list of all computers that are on WSUS , but it doesn't give me a complete list and gives me a partial instead .

Windows Server Devices and deployment Install Windows updates, features, or roles
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Adam J. Marshall 10,106 Reputation points MVP
    2025-05-08T15:05:55.28+00:00

    Is this what you're looking for?

    $(Get-WsusServer) | Get-WsusComputer -All
    
    
    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.