Installing RSA Authentication Agent 7.x for Windows on Microsoft Windows Server Core Edition using msiexec.exe
Originally Published: 2018-10-27
Article Number
Applies To
RSA Product/Service Type: Authentication Agent for Windows
RSA Version/Condition: 7.3.3.x and 7.4
O/S Version: Windows 2012 R2 and 2016
Issue
This article provides the steps required to install RSA Authentication Agent for Windows on Microsoft Windows Server Core Edition 2012 R2 and 2016.
Resolution
- Download the appropriate RSA Authentication Agent for Windows 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.
- Generate an agent configuration file named sdconf.rec
Installing the agent
- On any Windows machine with a GUI, use the Configuration Wizard to generate a new installer package .msi file.
Note: Please make sure to use the default name for the new installer to avoid running into any issue while updating the agent later. See Error 1316. The specified account already exists when running RSA Authentication Agent 7.x for Windows update_x64.exe | RSA Community 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 the 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.
Notes
- Execute the following command using PowerShell to switch to server core:
Get-WindowsFeature -Name *gui* | Remove-WindowsFeature –Restart
- Execute the following command using PowerShell to switch to GUI:
Get-WindowsFeature -Name *gui* | Install-WindowsFeature -Restart
- If needed, use the following command to run PowerShell as Admin:
runas /user:administrator powershell.exe
Related Articles
Installing the RSA Authentication Manager 8.x Web Tier on a Windows server fails with permission errors 228Number of Views RSA SecurID prompt does not appear when connecting with Remote Desktop Protocol RDP on Windows Server 2012 with RSA Authen… 640Number of Views Determine the challenge mode of RSA Authentication Agent 7.x for Windows from Windows registry 140Number of Views Removing ACE/Agent 4.4 on Windows 2000 and installing ACE/Agent 1.1 for Windows 2000 RRAS 34Number of Views Enable a web proxy for RSA MFA Agent for Microsoft Windows 436Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Release Notes for RSA Authentication Manager 8.8 RSA Authentication Manager 8.9 Release Notes (January 2026) Deploying RSA Authenticator 6.2.2 for Windows Using DISM RSA MFA Agent 2.4 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?