You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close
You are viewing the article in preview mode. It is not live at the moment.
Home > EndPoint - RMM > Uninstall old RMM Versions
Uninstall old RMM Versions
print icon

In certain cases, especially for clients running retired RMM agents from other companies, it may be required to force a removal of the existing agent before a push or automated install can be successful. This can be accomplished on the host:

"C:\Program Files\Advanced Monitoring Agent\unins000.exe" /silent
"C:\Program Files (x86)\Advanced Monitoring Agent\unins000.exe" /silent
"C:\Program Files\Advanced Monitoring Agent\winagent" /removequiet
"C:\Program Files (x86)\Advanced Monitoring Agent\winagent" /removequiet

or remotely via PSexec:

psexec \$HOSTNAME -u $DOMAIN\$USER -s "C:\Program Files\Advanced Monitoring Agent\unins000.exe" /silent
psexec \$HOSTNAME -u $DOMAIN\$USER -s "C:\Program Files (x86)\Advanced Monitoring Agent\unins000.exe" /silent
psexec \$HOSTNAME -u $DOMAIN\$USER -s "C:\Program Files\Advanced Monitoring Agent\winagent" /removequiet
psexec \$HOSTNAME -u $DOMAIN\$USER -s "C:\Program Files (x86)\Advanced Monitoring Agent\winagent" /removequiet
Feedback
0 out of 0 found this helpful

scroll to top icon