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.
  1. Launch PowerShell on the EV server.
  2. Navigate to the EV Install directory using the cd command  .
  3. Enter the command 'Get-FileHash -Path .\ -Algorithm md5 | fl' to retrieve the MD5 hash for the desired executable.
  4. 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.