Forrest logo
back to context overview

get-filehash

List of commands for get-filehash:

  • get-filehash:tldr:ee4be get-filehash: Calculate a hash for a specified file using the SHA256 algorithm.
    $ Get-FileHash ${path\to\file}
    try on your machine
    explain this command
  • get-filehash:tldr:f44f9 get-filehash: Calculate a hash for a specified file using a specified algorithm.
    $ Get-FileHash ${path\to\file} -Algorithm ${select}
    try on your machine
    explain this command
back to context overview