To check the hash of a file you may of downloaded you can use the Get-FileHash Powershell utility.
Get-FileHash filename.iso -Algorithm SHA384 | Format-List
Algorithm types
SHA1
SHA256
SHA384
SHA512
MD5
To check the hash of a file you may of downloaded you can use the Get-FileHash Powershell utility.
Get-FileHash filename.iso -Algorithm SHA384 | Format-List
Algorithm types
SHA1
SHA256
SHA384
SHA512
MD5