事件識別碼64 CertificateServicesClient-AutoEnrollment
本機系統 (指紋 a6 7f db eb b4 74 87 e1 78 26 8b 7c 65 f6 09 be 68 05 4d bf) 的憑證即將到期或已到期。
使用PowerShell以指紋找出憑證
Get-ChildItem -path 'Cert:\*a67fdbebb47487e178268b7c65f609be68054dbf' -Recurse
查看詳細信息:
Get-ChildItem -Path Cert:\LocalMachine\My\A67FDBEBB47487E178268B7C65F609BE68054DBF | Format-List *
檢查有效期:
(Get-ChildItem -Path Cert:\LocalMachine\My\A67FDBEBB47487E178268B7C65F609BE68054DBF).NotAfter
如果需要刪除(請謹慎操作):
Remove-Item -Path Cert:\LocalMachine\My\A67FDBEBB47487E178268B7C65F609BE68054DBF
GUI介面的憑證管理:
certlm.msc