This is the initial release of my WSUS module. This is a module I put together to properly organize a lot of my one off WSUS functions.

I have found these functions useful for reporting n the status of computers in WSUS in mass. Querying the DB directly, while not recommended, is much faster than using the API, and you can get a lot more information out of it.

Functions released in this module:

  • Connect-ECSWSUSDatabase
  • Get-ECSWSUSComputerTarget
  • Get-ECSWSUSComputerTargetGroup
  • Get-ECSWSUSComputerTargetInTargetGroup
  • Get-ECSWSUSComputerTargetReport
  • Get-ECSWSUSUpdate
  • Test-ECSWSUSDatabaseConnected

You can learn more about the module here.