Skip to content

Instantly share code, notes, and snippets.

@tom-henderson
Created March 27, 2017 21:25
Show Gist options
  • Save tom-henderson/bb64172ce66677204bc79c6c2bda8521 to your computer and use it in GitHub Desktop.
Save tom-henderson/bb64172ce66677204bc79c6c2bda8521 to your computer and use it in GitHub Desktop.
$WUSession = New-Object -ComObject Microsoft.Update.Session
$WUSearcher = $WUSession.CreateUpdateSearcher()
$UpdateCollection = $WUSearcher.Search("IsInstalled=0 and Type='Software' and IsHidden=0")
$UpdateCollection.Updates | ft Title -AutoSize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment