How to Uninstall Software Remotely via Command Line on Windows Using WMIC Written by Shea Bennett on November 06, 2015 with No comments 1. Open PowerShell or Command Prompt - (Run As Administrator) 2. > wmic 3. >/node:HOSTNAME product get name,version (*This pulls the list of installed software on the workstation) 4. >/node:HOSTNAME product where name=”Package Name” call uninstall Share: Read More