To get the MD5 hash of a file using PowerShell use the following command.
Get-FileHash <filepath> -Algorithm MD5
Thursday, September 12, 2019
Get MD5 checksum with PowerShell
Labels:
PowerShell
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
Labels:
Microsoft
Subscribe to:
Posts (Atom)