Skip to content

Instantly share code, notes, and snippets.

@matt40k
Created May 31, 2015 07:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matt40k/afb3623292dbd62151cd to your computer and use it in GitHub Desktop.
Save matt40k/afb3623292dbd62151cd to your computer and use it in GitHub Desktop.
Lists all the installed applications on local machine
Get-WmiObject -Class Win32_Product | Select-Object -Property Name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment