How to Retrieve MD5 and SHA Hashes for Enterprise Vault Executables.
book
Article ID: 100062050
calendar_today
Updated On:
Description
Description
To retrieve the
MD5 and
SHA hashes for Enterprise Vault Executables., navigate to the EV Install directory via PowerShell, and use the '
Get-FileHash' command with the desired algorithm. The steps to do so can be found below.
- Launch PowerShell on the EV server.
- Navigate to the EV Install directory using the cd command .
- Enter the command 'Get-FileHash -Path .\ -Algorithm md5 | fl' to retrieve the MD5 hash for the desired executable.
- To retrieve the SHA hash, replace 'md5' in the above command with 'sha256'.
Issue/Introduction
How to Retrieve MD5 and SHA Hashes for Enterprise Vault Executables.
Was this article helpful?
thumb_up
Yes
thumb_down
No