Last active
September 24, 2020 13:45
-
-
Save coldie/be34e71df7b3d062526ee44ee23cf058 to your computer and use it in GitHub Desktop.
Get File Hashes with Long Paths
This file contains 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
get-childitem -recurse | %{get-filehash "\\?\$($_.FullName)"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment