- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Thomas Lee
- 36字
- 2021-07-02 18:15:55
There's more...
You can view your approved updates using the GetUpdates method of the $WSUSServer object and filter on the IsApproved property:
$WSUSServer.GetUpdates() | Where-Object -Property IsApproved -eq $true | Select-Object -Property Title, CreationDate, ` UpdateClassificationTitle