Powershell: How to display all the hotfixes installed sorted by date Uncategorized 1 Response » 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: