千家信息网

Powershell How to get the Certificate thumbprint data

发表于:2025-01-28 作者:千家信息网编辑
千家信息网最后更新 2025年01月28日,Today, I'm trying to get the thumbprint data by using powerhsell command, after a long search found
千家信息网最后更新 2025年01月28日Powershell How to get the Certificate thumbprint data

Today, I'm trying to get the thumbprint data by using powerhsell command, after a long search found it's the useful command to get it.



command should be:


Get-ChildItem -path Cert:\LocalMachine\my



PS C:\script\DSC1\mod3> Get-ChildItem -path Cert:\LocalMachine\my



Directory: Microsoft.PowerShell.Security\Certificate::LocalMachine\my



Thumbprint Subject

---------- -------

F053279CD91492B45AF16C6E34953C069DA231F9 CN=abc-12R2-DC-CA, DC=abc, DC=com

C56F6AA4BCF04764BB6CDB0A6FD55B17E486CE68 CN=abc company, OU=abc, O=abc, L=beijing, S=beijing, C=CN

9F376EC8425F190AD762D1BB5B7FCBCF72A08F5F CN=WMSvc-12R2-DC

882871BA1433E827D8788203D384436B8F587EFB CN=12R2-DC.abc.com

4DEAFE147C8542B1D02563FE959AE0C8DC598724 CN=PowerShellWebAccessTestWebSite


0