mwjhw216 发表于 2018-9-1 12:46:45

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
  ----------                              -------
  F053279CD91492B45AF16C6E34953C069DA231F9CN=abc-12R2-DC-CA, DC=abc, DC=com
  C56F6AA4BCF04764BB6CDB0A6FD55B17E486CE68CN=abc company, OU=abc, O=abc, L=beijing, S=beijing, C=CN
  9F376EC8425F190AD762D1BB5B7FCBCF72A08F5FCN=WMSvc-12R2-DC
  882871BA1433E827D8788203D384436B8F587EFBCN=12R2-DC.abc.com
  4DEAFE147C8542B1D02563FE959AE0C8DC598724CN=PowerShellWebAccessTestWebSite

页: [1]
查看完整版本: Powershell How to get the Certificate thumbprint data