PowerShell for Windows Admins:

Software

1

July 16, 2010  6:59 AM

Uninstalling software



Posted by: Richard Siddaway
Automation, PowerShell v2, Software, WMI

The Win32_Product class can be used to list the installed software (what shows in Control panel Programmes and Featurs) on a machine.  it can also be used to uninstall software. We can see the installed software Get-WmiObject -Class Win32_Product we can filter down to the results we...

1