Skip to content

Instantly share code, notes, and snippets.

@pavank
Last active March 5, 2020 18:32
Show Gist options
  • Save pavank/5561795 to your computer and use it in GitHub Desktop.
Save pavank/5561795 to your computer and use it in GitHub Desktop.
List out Installed Programs on PC
Get-WmiObject Win32_Product | Sort-Object Name | Select Name,version,Vendor |export-csv myprogramlist.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment