cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
444
Views
2
Helpful
7
Replies

CIsco secure endpoint bulk uninstallation

We are currently in the process of planning a bulk uninstallation of Cisco Secure Endpoint across multiple systems in our environment. We would appreciate your assistance in providing guidance, best practices, and any recommended tools or scripts to carry out this process efficiently and securely.

  1. The recommended procedure for bulk uninstallation.

7 Replies 7

I have a powershell script on my github that will send the uninstall via the API to a group. Add your API keys, edit the group name and run it for each group.

https://github.com/KStieers/Scripts

If you have something like SCCM/MECM, its not any different than doing the install, just different command line switches.

Can you help me with procedure steps. It will be more helpful.

Or we can connect with Webex.

How did you deploy it?   The easiest would be use that same process. 

Start by removing the password from your config, and then deploy the installer, but using the following command line.

AMP_Installer.exe /R /S /remove 1

https://www.cisco.com/c/en/us/support/docs/security/amp-endpoints/215704-installation-and-configuration-of-amp-co.html#toc-hId-394281261

 

Oana 1
Cisco Employee
Cisco Employee

I have a customer that needs to uninstall 42 connectors from one org. and reinstall them on another org. Will this command work? Are there any limitations? Please advise. Thank you.

No limitations that I lnow of... just remove the password from the config first

Thank you!