Script to generate hash values of multiple files
top of page

Script to generate hash values of multiple files


This PowerShell script will generate hash values for multiple files in a single folder:

dir c:\foofolder\baseball -Recurse | Get-FileHash


bottom of page