adminze

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: