Verifikasi hash windows 10

powershell:
Get-FileHash -Path z:\desktop\lsr.exe -Algorithm SHA512
CMD:
certutil -hashfile z:\desktop\lsr.exe SHA512
Thoughtless Tapir