After you have downloaded the latest Arellia Thycotic Agents, you can then manually install agents by command line on an endpoint.
When you deploy Arellia Thycotic agents, use the following generic command lines:
...
msiexec.exe /i "Arellia_ApplicationControlAgent_x64_8_01_17571813.msi" /norestart REBOOT=ReallySuppress /qn /lvx* ACS_install.log
msiexec.exe /i "Arellia_ApplicationControlAgent_x86_8_01_17571813.msi" /norestart REBOOT=ReallySuppress /qn /lvx* ACS_install.log
...
msiexec.exe /i "Arellia_LocalSecurityAgent_x64_8_01_15511610.msi" /norestart REBOOT=ReallySuppress /qn /lvx* LSS_install.log
msiexec.exe /i "Arellia_LocalSecurityAgent_x86_8_01_15511610.msi" /norestart REBOOT=ReallySuppress /qn /lvx* LSS_install.log
...
msiexec.exe /i "ArelliaAgent_x64_8_01_121143.msi" /norestart AMSURL=https://SERVERNAME/Ams/ REBOOT=ReallySuppress /qn /lvx* AA_install.log
msiexec.exe /i "ArelliaAgent_x86_8_01_121143.msi" /norestart AMSURL=https://SERVERNAME/Ams/ REBOOT=ReallySuppress /qn /lvx* AA_install.log
...
Tip | ||
---|---|---|
| ||
If you forget to set the AMSURL to your Arellia Thycotic Management Server during install, then follow these instructions. |