Skip to content

Instantly share code, notes, and snippets.

@Trucido
Last active March 3, 2019 18:57
Show Gist options
  • Save Trucido/5d8733e6174b23d2e8cfb102757dda3e to your computer and use it in GitHub Desktop.
Save Trucido/5d8733e6174b23d2e8cfb102757dda3e to your computer and use it in GitHub Desktop.
Get-CimInstance -Namespace root/cimv2 -ClassName Win32_QuickFixEngineering |
Sort-Object -Property InstalledOn -Descending |
Select-Object -Property Description, HotFixID, InstalledOn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment