How can I compare a file's SHA256 hash in PowerShell to a known value?
09:26 13 Aug 2020

If I've downloaded a file with a known SHA256 hash, how can I use PowerShell to check that the file matches the expected hash?

powershell hash sha