This is the most efficient way to remove agents from multiple live machines simultaneously. Log in to your console. Navigate to the Agent tab. Under Scope of Management , click on Computers .
Get-WmiObject -Class Win32_Product | Where-Object $_.Name -like "*ManageEngine*" | Select-Object IdentifyingNumber
Useful for bulk removal via SCCM, PDQ, or Group Policy. how to uninstall manageengine patch manager plus agent
If the agent is no longer communicating with the server, you may need to remove it manually.
ManageEngine Patch Manager Plus is a robust enterprise solution used by IT administrators globally to automate patch management, software deployment, and asset management. While the agent software is designed to be persistent and reliable to ensure endpoints remain secure, there are legitimate scenarios where an organization might need to remove it—such as during migration to a new RMM tool, the decommissioning of the Patch Manager Plus server, or troubleshooting a specific endpoint issue. This is the most efficient way to remove
: In the console, go to Agent > Scope of Management > Computers and click View OTP (or View TOTP for Mac/Linux).
Before attempting any uninstallation, identify which Patch Manager Plus agent you have installed. There are two primary types: Under Scope of Management , click on Computers
msiexec /x C8B9A2F1-6E3D-4C1A-8D5E-9F2B1A3C4D5E /qn /norestart
However, because the agent is designed to resist accidental removal or tampering by end-users, uninstalling it isn't always as straightforward as a simple "Add/Remove Programs" click.