PowerShell: List all installed applications


Note: This PowerShell command only works on earlier versions (5 or below). This does NOT work in latest PowerShell versions.

Get-WmiObject -Class Win32_Product | select Name,Vendor,version | Sort-Object -Property Name

Enjoy!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s