Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
上QQ阅读APP看书,第一时间看更新

There's more...

In step 3, you used the $PSItem mechanism to represent an object in the pipeline. You could have used $_ instead. Either works.

To understand the various categories of updates, review the descriptions available and refer to the online documentation:

      $WSUSServer.GetUpdateClassifications() | Select-Object -Property 
Title,Description