Search This Blog

PowerShell Hash Verify

($h=((Get-FileHash *.7z).hash)) -eq ($v=(Get-Content *.sha256).Split(" ")[0]);$h;$v