Categories:
DH Keys (115)
DSA Keys (139)
EC Keys (135)
Firefox (32)
General (13)
Google Chrome (25)
Intermediate CA (155)
Java VM (20)
JDK Keytool (25)
Microsoft CertUtil (26)
Mozilla CertUtil (18)
OpenSSL (237)
Other (17)
Portecle (38)
Publishers (959)
Revoked Certificates (21)
Root CA (87)
RSA Keys (1695)
Tools (47)
Tutorial (7)
What Is (21)
Windows (128)
Collections:
Other Resources:
Get List of Certificates in Windows PowerShell
How to get a list of certificate in a certificate store in Windows PowerShell?\n
✍: FYIcenter.com
\nThe easiest way to get a list of certificates in a certificate store with Windows PowerShell\nis to use the "dir" command with the "Cert:" path name.\n
The following example lists all certificates in the "Disallowed" certificate store:\n
\nPS C:\\fyicenter> cd Cert:\nPS Cert:\\> cd localmachine\nPS Cert:\\localmachine> cd disallowed\nPS Cert:\\localmachine\\disallowed> dir\n\n Directory: Microsoft.PowerShell.Security\\Certificate::localmachine\\disallowed\n\nThumbprint Subject\n----
2016-07-31, 1514👍, 0💬
Popular Posts:
How to view the server certificate using the OpenSSL "s_client -connect" command? You can get the se...
What is "makecert.exe" on Windows 7? What can I use it for? "makecert.exe" is a Certificate Creation...
How to validate a certificate stored in a "cert8.db" file using Mozilla "certutil" tool? If you want...
What Is Microsoft CertUtil? Microsoft CertUtil is a command-line program that is installed as part o...
How to delete a root CA (Certificate Authority) certificate from IE? I don't know this CA and don't ...