Using PowerShell to Update Registry Keys for the MFA Agent for Microsoft Windows
Originally Published: 2024-05-30
Last Modified: 2024-07-31
Article Number
Applies To
Version(s): 2.x
Issue
If Group Policy Objects are locally applied on the machine rather than being pushed from the Domain Controller, PowerShell commands offer a method to update the agent's GPOs.
Resolution
- Log in to the Windows Core server.
- Open Powershell by pressing 'Win + X', then select "Windows PowerShell".
- Run the below PowerShell command to update the Reserve Password value:
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\RSA\RSA Desktop\Local Authentication Settings" -Name "ReservePasswordHashedValue" -Value "<enter the Reserve Password Value>"
- After running the command, you can verify if the registry key was updated successfully:
Get-ItemProperty -Path "HKLM:\SOFTWARE\Policies\RSA\RSA Desktop\Local Authentication Settings" -Name "ReservePasswordHashedValue"
Here's a demonstration of how to update the Reserve Password value and confirm the change using the provided PowerShell commands:
Notes
For example:
Set-ItemProperty -Path "<RegistryPath>" -Name "<KeyName>" -Value "<NewValue>"
Related Articles
Agent C API 8.x: How to enable debug/trace logging for 32-bit API running on 64-bit Windows OS 83Number of Views How to make reserved user attributes RSA Access Manager User Properties 62Number of Views RSA MFA Agent for Windows logs a warning that "System cannot access location data for this computer" 35Number of Views RSA Federated Identity Manager: Session Plugin does not clean up temporary user created by the transient nameID plugin 17Number of Views Capture the reserve password from the current RSA ACE/Agent 5.6 for Windows installation is grayed out 71Number of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Unable to login to RSA Authentication Manager Security Console as super admin RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Governance & Lifecycle 8.0.0 Installation Guide Manual synchronization introduced in RSA Authentication Manager 8.2 Service Pack 1 patch 6
Don't see what you're looking for?