Microsoft Windows Update Status via Powershell ‚Get-PendingUpdate‘ – this function will allow you to query local or remote computer/s and determine if there are pending WSUS updates that need to be installed

A report is returned that can be exported to a CSV file if desired. Please note that you must dot source the script to load the function into memory before using it, otherwise you will be unable to use the function

 

Get-PendingUpdate -Computer DC1

Leave a Reply

You must be logged in to post a comment.