Created
April 2, 2023 03:49
-
-
Save jimdiroffii/054485c87c5654a7f7616afd2a5b7e13 to your computer and use it in GitHub Desktop.
Powershell MD5 File Hashing with Table Resize
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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