Another handy quick tip:

Ever needed to verify an ISO, to see if it has the right hash?

Super easy with Powershell!

Get-FileHash -Path <path> -Algorithm MD5 | select hash

and you get the MD5 has as a result:

# Will look something like this
Hash
----
C6DF6C9782B127FF277B03DC78FC7846