Skip to content

Instantly share code, notes, and snippets.

@jimdiroffii
Created April 2, 2023 03:49
Show Gist options
  • Save jimdiroffii/054485c87c5654a7f7616afd2a5b7e13 to your computer and use it in GitHub Desktop.
Save jimdiroffii/054485c87c5654a7f7616afd2a5b7e13 to your computer and use it in GitHub Desktop.
Powershell MD5 File Hashing with Table Resize
Get-FileHash .\FGT* -Algorithm MD5 | Format-Table -AutoSize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment