admin管理员组

文章数量:1122846

I am trying to uninstall osquery and other apps on some problematic devices and want to use powershell to do so. I have thousands of computers I need to apply this to so manually uninstalling is not an option. Is there a Windows utility that does deep uninstall like TotalUninstall or Revo Uninstaller that can be scripted with power shell? I already have a script that uses the basic powershell commands to uninstall the applications but it doesn't work consistently. I also use the WMI system to uninstall the package and it's not working on all devices.

Some research I've done:

.html

/

I'd like to explore all options for uninstalling applications on Windows using powershell. In particular if I can replicate the advanced uninstallers and how they work with a powershell script or find an uninstaller that can be scripted with powershell.

本文标签: Completely uninstall an application on Windows using powershellStack Overflow