

This only works with MSI installed programs, not EXEs. Not sure if this is a result of using the Adobe Customization Wizard XI or not.

Wmic seems to no longer work with this latest version and KBOX doesnt show an uninstall command either. .where im uninstalling software from an entire office through WMIC but when i tested initially on my computer it rebooted to complete the uninstall. Details: wmic product where descriptionprogram name uninstall.
Copy and pasted this into our task sequence step in SCCM/MECM, and good to go! If you want to use for your own purposes, just replace 'TeamViewer Host" in the script with the name of the program you want to get rid of. I have used in the past wmic.exe product where 'name like Adobe Reader' call uninstall. Details: WMIC /NODE:With WMI class Win32Product you can retrieve the list of software uninstalled in your local or the remote systems. We will discuss here the WMI method to uninstall software. No need to install the NuGet module on systems. There are mainly 3 methods by which you can uninstall software using PowerShell. After some excruciating trial and error, we found the below script that did the trick! Simple and elegant and quick.
