码迷,mamicode.com
首页 > 系统相关 > 详细

[powershell]Use powershell to get file hash / 使用powershell获取文件哈希值

时间:2019-06-15 12:01:54      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:detail   src   版本升级   使用   alt   操作   doc   图片   tin   

 

1.首先检查powershell版本:

应该为5.1

技术图片

 

低版本升级补丁:https://docs.microsoft.com/en-us/powershell/scripting/install/installing-windows-powershell?view=powershell-6

WIN7SP1:https://www.microsoft.com/en-us/download/details.aspx?id=54616

技术图片

 

 

2.使用方法

 

1 Get-FileHash .\bilibil_master.zip -Algorithm md5
2 Get-FileHash .\bilibil_master.zip -Algorithm SHA1

 

技术图片

 

 批量操作:

Get-FileHash * -Algorithm SHA1

技术图片

 

[powershell]Use powershell to get file hash / 使用powershell获取文件哈希值

标签:detail   src   版本升级   使用   alt   操作   doc   图片   tin   

原文地址:https://www.cnblogs.com/alfredsun/p/11026862.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!