1
July 16, 2010 6:59 AM
Posted by: Richard Siddaway
Automation, PowerShell v2, Software, WMI
Uninstalling software
Posted by: Richard Siddaway
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...




