Useful PowerShell Get-HotFix commands By jbmurphy on April 18, 2013 in PowerShell, Windows 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 Related PowerShell, Windows
Comments are closed.