0
Answered
How to script silent install of Windows Anturis agent
The documentation does not explain what installer parameters to use that a Windows Anturis agent can be completely installed and configured to connect with a one-line execution.
http://wiki.anturis.com/index.php?title=How_to_setup_monitoring_of_a_Windows_machine
http://wiki.anturis.com/index.php?title=How_to_setup_monitoring_of_a_Windows_machine
Customer support service by UserEcho
You can install anturis agent by following command under administrator:
msiexec /i anturis-agent.msi /quiet /l log.txt
To set credentials and connect agent to our server run this commands from installation directory c:\Program Files (x86)\Anturis\Anturis Monitoring:
agent-config -s -un="MyAccountName" -up="MyAccountPassword"
agent-config -c
agent-config -s -an="AgentName"