This commit is contained in:
Mark Silvey 2020-05-12 17:01:52 -07:00
Родитель 6a40a1c7dc
Коммит e10babdb4d
1 изменённых файлов: 3 добавлений и 0 удалений

3
Get File Hash.ps1 Normal file
Просмотреть файл

@ -0,0 +1,3 @@
Param( [string] $path )
return (get-filehash $path).Hash