How to verify SHA file checksum using Windows PowerShell

preview_player
Показать описание
In Windows, you do not need to download any third-party software to verify the integrity and authenticity. Instead, you can use a command in PowerShell to view the hash value. Verification of SHA checksum ensures that you have a file that has not been tampered with or corrupted. As a computer user or a System Administrator, it is important to use these safeguards for ultimate cybersecurity.

Commands used:
Get-FileHash {file_location}
Get-FileHash {file_location} | Format-List

-Microsoft Windows playlist:

Track: Gajaga Wannama (EDM Remix) - Yaxer

Co-producer and technical advisor:
Manuja Senanayake

#powershell #windows #microsoft #checksum
Рекомендации по теме
Комментарии
Автор

Thanks, this is just what I was looking for! And the hash is good! :)

keithakola
Автор

Thank you. I just did it and the Hash is different from the checksum that is at the site. What do I do?

BrianThomas
Автор

Why don't you use tab key for file name auto completion.

cyberagent
Автор

Hi, where i can find sha value table for windows server and 10

akakkgames