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
RSA SecurID prompt does not appear when connecting with Remote Desktop Protocol RDP on Windows Server 2012 with RSA Authen… 660Number of Views Removing ACE/Agent 4.4 on Windows 2000 and installing ACE/Agent 1.1 for Windows 2000 RRAS 34Number of Views Installing the RSA Authentication Manager 8.x Web Tier on a Windows server fails with permission errors 236Number of Views Troubleshooting RSA MFA Agent for Microsoft Windows 4.22KNumber of Views Disable multi-factor authentication (MFA) prompt for "Run as" on machine on which the RSA MFA Agent for Microsoft Windows … 1.24KNumber of Views
Trending Articles
RSA Authentication Manager Upgrade Process RSA Release Notes for RSA Authentication Manager 8.8 RSA RADIUS Server service failed to start in the RSA Authentication Manager 8.1 Operations Console Microsoft Entra ID External MFA - Relying Party Configuration Using OIDC - RSA Ready Implementation Guide RSA Release Notes: Cloud Access Service and RSA Authenticators
Don't see what you're looking for?