- Download the appropriate release for your deployment.
- From the primary's Security Console:
- Generate an agent configuration file named sdconf.rec
- Navigate to Access > Authentication Agents > Generate Configuration File).
- Click Generate Config File to generate the AM_Config.zip.
- Click Download Now to download the file locally.
- Download the server certificate named server.cer (Required only if you plan to use the agent auto registration utility).
- Navigate to Access > Authentication Agents > Download Server Certificate File.
- Click Download Now to download the file.
Installing the agent
- On any Windows machine with a GUI, use the Configuration Wizard to generate a new installer package .msi file.
Please make sure to use the default name for the new installer to avoid running into any issue while updating the agent later. See 000031668 - "Error 1316. the specified account already exists" in RSA Authentication Windows Agent update 7.2.1 for more information.
- Copy new installer package to the target machine.
- Move to the target machine and run powershell.exe.
- Navigate to the location where the new installer is saved.
- Validate the location of the new installer by running ls to list the folder content.

- Run the following command:
msiexec /qn /i "RSA Authentication Agent x64.msi" /lv C:\Users\Administrator.EXAMPLE\Desktop\Agent-Installation.txt
- Inspect the installation log file named Agent-Installation.txt, If the installation was successful a log message similar to the one below will be written in the log file.
MSI (s) (18:5C) [14:00:45:791]: Product: RSA Authentication Agent -- Installation operation completed successfully.
MSI (s) (18:5C) [14:00:45:791]: Windows Installer installed the product. Product Name: RSA Authentication Agent. Product Version: 7.4.0.40. Product Language: 1033. Manufacturer: RSA. Installation success or error status: 0.
- The following command will list in a .csv file all installed software. Make sure the RSA Authentication Agent is one of them.
wmic /output:C:\InstallList.csv product get /format:csv
Configuring the agent
- Configure agent challenge settings and other aspects of the RSA Authentication Agent from Group Policy Objects after importing the Administrative template from in the Policy Templates directory, available in the RSA Agent source file.
|