Skip to content

Instantly share code, notes, and snippets.

@andli
Created June 13, 2019 15:19
Show Gist options
  • Save andli/8ae6b3581684869ad6ea0b91360dec96 to your computer and use it in GitHub Desktop.
Save andli/8ae6b3581684869ad6ea0b91360dec96 to your computer and use it in GitHub Desktop.
PowerShell checksum
(Get-FileHash .\file.zip -Algorithm sha256).Hash -eq 'XXXXXX'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment