How to use Microsoft Windows Powershell to find the checksum values of RSA Authentication Manager files
Originally Published: 2018-06-14
Article Number
Applies To
RSA Product/Service Type: Authentication Manager
Issue
Resolution
- Open Windows Powershell on a supported Windows operating system. From the Start button type PowerShell and then select the Windows PowerShell option in the search results.
- Make a note of the complete file path of the file for which the checksum or hash needs verification. For example, if rsa-am-update-8.3.0.0.0.zip downloaded to C:\Users\jdoe\Downloads, then the full file path is C:\Users\jdoe\Downloads\rsa-am-update-8.3.0.0.0.zip.
- Issue the command get-filehash <full file path> -algorithm <algorithm type> | format-list within Powershell:
- For SHA256:
PS C:\Users\jdoe> get-filehash C:\users\jdoe\Downloads\rsa-am-update-8.3.0.0.0.zip -algorithm SHA256 | format-list Algorithm : SHA256 Hash : 1941D0CBEDCDA4E224087D5BA8C45EA8090DAB74708C13CB0B9ABF75E7E7646A Path : C:\Users\jdoe\Downloads\rsa-am-update-8.3.0.0.0.zip
- For SHA1:
PS C:\Users\jdoe> get-filehash C:\users\jdoe\Downloads\rsa-am-update-8.3.0.0.0.zip -algorithm SHA1 | format-list Algorithm : SHA1 Hash : 027E1967822CC679E5B0A93EBECB08C6DCCBA648 Path : C:\Users\jdoe\Downloads\rsa-am-update-8.3.0.0.0.zip
- For MD5:
PS C:\Users\jdoe> get-filehash c:\users\prasas33\Downloads\rsa-am-update-8.3.0.0.0.zip -algorithm md5 | format-list Algorithm : MD5 Hash : D13CA84A124D2F4DEEE570E6568FA117 Path : C:\Users\XXXX\Downloads\rsa-am-update-8.3.0.0.0.zip
Notes
- When a checksum algorithm is used, even a tiny change to the file will result in a completely different checksum value.
- If for whatever reason, there is a tampering of the files this will lead to two different computed hashes. The matched hashes will confirm the integrity of the file.
Related Articles
How to find upgrade files on SecurCare Online (SCOL) for RSA Via Lifecycle & Governance 82Number of Views How to find out if Third Party Patch 1.0 has been applied to Authentication manager 8.1 119Number of Views How to find particular files on Linux, Unix or POSIX operating systems when using RSA products 190Number of Views How to find your Customer ID (Site ID) within the myRSA website 80Number of Views SailPoint Identity IQ to RSA Authentication Manager API Connection Fails with Error 'Could not Find the Realm: SystemDomain' 27Number of Views
Trending Articles
An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x RSA Authentication Manager 8.9 Release Notes (January 2026) RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager Upgrade Process
Don't see what you're looking for?