Thursday, September 12, 2019

Get MD5 checksum with PowerShell

To get the MD5 hash of a file using PowerShell use the following command. Get-FileHash <filepath> -Algorithm MD5

Monday, August 5, 2019

Force Time Resync in Windows

You can force time resynchronization by running the following command from a command prompt or powershell prompt with elevated rights.

w32tm /resync /force