Summary: Learn how to use Windows PowerShell to get a file hash.
How can I use Windows PowerShell to get a hash of a file?
Use the Get-FileHash cmdlet, for example:
(Get-FileHash C:\fso\myfile.txt).hash
Summary: Learn how to use Windows PowerShell to get a file hash.
How can I use Windows PowerShell to get a hash of a file?
Use the Get-FileHash cmdlet, for example:
(Get-FileHash C:\fso\myfile.txt).hash