Useful PowerShell Get-HotFix commands

I can never remember these, and now that I have posted them, I don’t have to! I will add more as I need them:

Get-HotFix | Where-Object {$_.HotFixId -eq "KB2823324"}
Get-HotFix | Sort-Object -Property InstalledOn

,

Comments are closed.