MD5 Archives - Thomas Maurer Cloud and Datacenter Blog focusing on Microsoft Azure Mon, 07 Jan 2019 15:26:09 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.1 https://www.thomasmaurer.ch/wp-content/uploads/2018/06/cropped-icon1024-32x32.png MD5 Archives - Thomas Maurer 32 32 71605618 PowerShell – Get File Hash https://www.thomasmaurer.ch/2013/11/powershell-get-file-hash/ https://www.thomasmaurer.ch/2013/11/powershell-get-file-hash/#comments Tue, 05 Nov 2013 20:10:31 +0000 http://www.thomasmaurer.ch/?p=5861 Two years ago I wrote a blog post how you can get the MD5 File Hash per Windows command line by downloading the File Checksum Integrity Verifier. With the latest release of PowerShell, PowerShell v4, Microsoft included a new cmdlet. Get-FileHash allows you to get file hashes and different algorithms. Get-FileHash -Algorithm MD5 Get-FileHash computes …

The post PowerShell – Get File Hash appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2013/11/powershell-get-file-hash/feed/ 1 5861
How to check MD5 File Checksum with Windows https://www.thomasmaurer.ch/2011/02/how-to-check-md5-file-checksum-with-windows/ https://www.thomasmaurer.ch/2011/02/how-to-check-md5-file-checksum-with-windows/#comments Mon, 14 Feb 2011 13:03:34 +0000 http://www.thomasmaurer.ch/?p=1562 This describes how you can check the MD5 hash of a file under Windows. First Download the File Checksum Integrity Verifier Now use the fciv.exe to get the hash: fciv.exe -add filename.exe If you need more information you can get them here. In newer versions of Windows you can also use PowerShell to get the file hash. …

The post How to check MD5 File Checksum with Windows appeared first on Thomas Maurer.

]]>
https://www.thomasmaurer.ch/2011/02/how-to-check-md5-file-checksum-with-windows/feed/ 13 1562