Get Hash of a File
Get-FileHash -Path "FilePath" | FL
To tell it what algorithm to use:
-algorithm MD5
Example:
Get-FileHash -Path 'C:\accent\support (1).exe' -Algorithm SHA1
Get-FileHash -Path "FilePath" | FL
To tell it what algorithm to use:
-algorithm MD5
Example:
Get-FileHash -Path 'C:\accent\support (1).exe' -Algorithm SHA1