Powershell How to get the Certificate thumbprint data

  • 来源:网络
  • 更新日期:2020-07-21

摘要:系统运维 Today, I'm trying to get the thumbprint data by using powerhsell command, after a long search found it's the useful co

系统运维

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


新网虚拟主机