Skip to content

Instantly share code, notes, and snippets.

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