Thursday, September 12, 2019

Get MD5 checksum with PowerShell

To get the MD5 hash of a file using PowerShell use the following command. Get-FileHash <filepath> -Algorithm MD5

No comments: