Created
October 26, 2018 17:44
-
-
Save zaqmor/86e50757896f574cd9752f23e5b098df to your computer and use it in GitHub Desktop.
Powershell: Get sha1 filehash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function fsha { get-filehash -algorithm sha1 $args | select-object -ExpandProperty Hash } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment