Dec 202020
 

I needed this in a penetration test and it took me a while to figure it out, while it is actually super simple in powershell:

get-hotfix | Sort-Object -Descending -Property InstalledOn -ErrorAction SilentlyContinue

Sample output:

  One Response to “Powershell: How to display all the hotfixes installed sorted by date”

  1. Get-CimInstance Win32_QuickFixEngineering | sort-object InstalledOn

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)