Use the uninstall tool to remove agents from macOS endpoints.
Trend Micro recommends using an mobile
device manager software like Jamf Now to deploy the uninstall tool. If you do not
have access to an endpoint management software, you can run the tool manually from
the endpoint using Terminal.
NoteMake sure your endpoint management software supports macOS deployment and is able
to run commands with root permission. For more information, review the support
documentation for Apple Platform Deployment on the Apple website.
If you are uninstalling manually, you must have root permission on the
endpoint.
|
Procedure
- On the Trend Vision One console, go to .
- Click Agent Installer.
- Click the download the uninstall tool link at the bottom
of the Agent Installer screen.
Note
If you do not see the link, you might not have permission to perform this action. Contact your system administrator. - In the Download Uninstall Tool screen, locate
macOS and click the Download
tool button.
Note
The downloaded uninstall tool expires after seven days. - Deploy the uninstall tool package to the target macOS endpoint and unzip the package.
- If you are uninstalling manually, open Terminal and navigate to the location of the tool.
- Run the V1ESUninstallTool.app with the command sudo
V1ESUninstallTool.app/Contents/MacOS/V1ESUninstallTool
--[parameter].Target ProductParameterCommandDescriptionStandard Endpoint Protection
sep
sudo V1ESUninstallTool.app/Contents/MacOS/V1ESUninstallTool --sep
Only uninstalls the Standard Endpoint Protection agentServer & Workload Protectionswp
sudo V1ESUninstallTool.app/Contents/MacOS/V1ESUninstallTool --swp
Only uninstalls the Server & Workload Protection agentUninstall allall
sudo V1ESUninstallTool.app/Contents/MacOS/V1ESUninstallTool --all
Uninstalls the Trend Vision One agent and all related componentsThe uninstall tool supports using an alternate JWT file path if you have more than one valid JWT token. Use one of the following commands to specify the JWT file path:-
V1ESUninstallTool.app/Contents/MacOS/V1ESUninstallTool --[parameter] -j [jwt_token_file]
-
V1ESUninstallTool.app/Contents/MacOS/V1ESUninstallTool --[parameter] --jwt_file [jwt_token_file]
Replace[jwt_token_file]
with the file path and JWT file name you want to use.For example, to remove all with an alternative JWT token: V1ESUninstallTool.app/Contents/MacOS/V1ESUninstallTool --all --jwt_file User/MyTokens/jwt.ioThe agent is uninstalled from the endpoint. Endpoint Inventory might take some time to update the information. Some endpoints might require you to manually update the endpoint lists. For more information, see Cleaning Up Uninstalled Agents. -