Board logo

标题: [问题求助] PowerShell如何获取文件数字签名的时间戳?[已解决] [打印本页]

作者: czjt1234    时间: 2023-1-26 10:41     标题: PowerShell如何获取文件数字签名的时间戳?[已解决]

本帖最后由 czjt1234 于 2023-3-11 19:00 编辑
  1. get-childitem E:\111.exe | Get-AuthenticodeSignature  |Format-List
复制代码
这个不能获取时间戳的时间
作者: Five66    时间: 2023-3-10 21:08

  1. (Get-AuthenticodeSignature -LiteralPath 'E:\111.exe').TimeStamperCertificate.GetEffectiveDateString()
复制代码

作者: czjt1234    时间: 2023-3-11 10:18

这个也不对,比如KMSELDI.exe的时间戳是2016.01.12 06:33:46
2楼代码的返回值是2012.10.18 08:00:00
作者: Five66    时间: 2023-3-11 17:57

参考下面的

https://www.oomake.com/question/4381977
作者: czjt1234    时间: 2023-3-11 18:59

回复 4# Five66


   搞定,非常感谢




欢迎光临 批处理之家 (http://www.bathome.net/) Powered by Discuz! 7.2