Categories:
DH Keys (39)
DSA Keys (69)
EC Keys (336)
Firefox (32)
General (13)
Google Chrome (25)
Intermediate CA (152)
Java VM (20)
JDK Keytool (25)
Microsoft CertUtil (26)
Mozilla CertUtil (18)
OpenSSL (237)
Other (17)
Portecle (38)
Publishers (1966)
Revoked Certificates (30)
Root CA (87)
RSA Keys (1823)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
Collections:
Other Resources:
Get Certificate Details in Windows PowerShell
How to get certificate detailed properties in Windows PowerShell?
✍: FYIcenter.com
You can get detailed properties of a specific certificate Windows PowerShell
as shown in the example below:
PS C:\fyicenter> cd Cert: PS Cert:\> cd localmachine PS Cert:\localmachine> cd authroot PS Cert:\LocalMachine\authroot> $c = (dir | where-object {$_.subject -like "*microsoft*"}) PS Cert:\LocalMachine\authroot> $c | format-list -Property * PSParentPath : Microsoft.PowerShell.Security\Certificate::LocalMachine\authroot PSChildName : 8F43288AD272F3103B6FB1428485EA3014C0BCFE PSDrive : Cert PSProvider : Microsoft.PowerShell.Security\Certificate PSIsContainer : False EnhancedKeyUsageList : {} DnsNameList : {} SendAsTrustedIssuer : False Archived : False Extensions : {System.Security.Cryptography.Oid, System.Security.Cryptography.Oid, System.Security.Cryptography.Oid, System.Security.Cryptography.Oid} FriendlyName : Microsoft Root Certificate Authority 2011 IssuerName : System.Security.Cryptography.X509Certificates.X500DistinguishedName NotAfter : 3/22/2036 6:13:04 PM NotBefore : 3/22/2011 6:05:28 PM HasPrivateKey : False PrivateKey : PublicKey : System.Security.Cryptography.X509Certificates.PublicKey RawData : {48, 130, 5, 237...} SerialNumber : 3F8BC8B5FC9FB29643B569D66C42E144 SubjectName : System.Security.Cryptography.X509Certificates.X500DistinguishedName SignatureAlgorithm : System.Security.Cryptography.Oid Thumbprint : 8F43288AD272F3103B6FB1428485EA3014C0BCFE Version : 3 Handle : 168881712 Issuer : CN=Microsoft Root Certificate Authority 2011, O=Microsoft Corporation, L=Redmond, S=Washington, C=US Subject : CN=Microsoft Root Certificate Authority 2011, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
⇒ Windows Certificates Tutorials
⇐ Get List of Certificates in Windows PowerShell
2016-07-31, 7862👍, 0💬
Popular Posts:
How to see more security related information on a Web page in Google Chrome? To see more security re...
Certificate summary - Owner: PositiveSSL CA 2, COMODO CA Limited, L=Salford, ST=Greater Manchester, ...
What is a Java Keystore file? I heard that it used to provide CA certificates to Java applications. ...
Certificate Summary: Subject: VeriSign Class 3 International Server CA - G3 Issuer: VeriSign Class 3...
How to start "certmgr.msc" Management Console on Windows computer? I want to use it manage certifica...