I had a problem where i needed to remove the AV off our servers on a large scale and found that the manual process for this was quite time consuming.
Because CA sold the antivirus business to TotalDefence, a lot of the documentation disappeared from their website so it took some playing around with how to do it successfully.
The batch file does the following steps:
- Stops all eTrust services.
- Kills the processes just in case they are lingering
- runs MSIEXEC uninstall of the software, in the order that they should be. ITM Agent first, then iTechnology iGateway.
- Prompts to tell you to reboot machine
The script is relatively simple, and quite rudimentary –