diff --git a/pages/windows/get-filehash.md b/pages/windows/get-filehash.md new file mode 100644 index 0000000000..63c3f685fb --- /dev/null +++ b/pages/windows/get-filehash.md @@ -0,0 +1,12 @@ +# Get-FileHash + +> Calculate a hash for a file. +> More information: . + +- Calculate a hash for a specified file using the SHA256 algorithm: + +`Get-FileHash {{path/to/file}}` + +- Calculate a hash for a specified file using a specified algorithm: + +`Get-FileHash {{path/to/file}} -Algorithm {{SHA1|SHA384|SHA256|SHA512|MD5}}`