michelgentile / Compute Hash with PowerShell
0 likes
0 forks
1 files
Last active 6 months ago
| 1 | pwsh -command "( Get-FileHash -Algorithm SHA256 c:\folder\file ).Hash.ToLower()" |
Newer
Older