Powershell: Uninstall a software/program
to uninstall a software, from for example a core server, using powershell you may use these script snipplets I found today having the need to uninstall a program rom a non GUI server. At first you may want to list all installed programs: Get-WmiObject -Class Win32_Product Look for the software to uninstall in that list […]