Skip to content

Instantly share code, notes, and snippets.

@win2000b
Created January 24, 2020 09:00
Show Gist options
  • Save win2000b/4aa3ce85a6436cbd961465eb47ea2b70 to your computer and use it in GitHub Desktop.
Save win2000b/4aa3ce85a6436cbd961465eb47ea2b70 to your computer and use it in GitHub Desktop.
Get list of all MSI apps installed
get-wmiobject Win32_Product | Format-Table IdentifyingNumber, Name, LocalPackage -AutoSize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment