QUESTION
How do I uninstall an Agent via the command line?
ANSWER
Please follow the steps below:
- From the Audit Module > Add/Remove page, filter by the Application column and enter the name of the Kaseya Agent.
- Obtain the full Uninstall String on the right side
- From a command prompt enter, the uninstall string obtained previously to uninstall the agent. NOTE: you can create an Agent Procedure as well to automate the process for other agents as well.
- If you want to ensure the uninstall is silent please use:
-
"C:\Program Files (x86)\Kaseya\TESTSS38184348680695\KASetup.exe" /s /r /g TESTSS38184348680695 /l "%TEMP%\kasetup.log" NOTE: the /s switch.
-