ファイルハッシュの取得 Get-FileHash

 dir C:\tmp\*.txt | Get-FileHash
 
 Algorithm       Hash                Path
 ---------       ----                ----
 SHA256          ABC1234576890       C:\tmp\1.txt
 SHA256          XYZ0987654321       C:\tmp\2.txt

CSVで管理

 dir C:\tmp\*.txt | Get-FileHash | Export-Csv files.csv
 Import-Csv files.csv

参考

https://technet.microsoft.com/en-us/library/dn520872.aspx?f=255&MSPPError=-2147217396


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS