PowerShell – X509Certificates.X509Store get all certificates?

Question:

I want to get all certificates from my system.
So I used the System.Security.Cryptography.X509Certificates class.
When I remove the () after the X509Store I getting the same results like I entered "My"

What is the right membername to see all certificates? It is possible?

MSDN StoreName Enumeration

Answer:

You can get them from your local cert drive:

Source:

PowerShell – X509Certificates.X509Store get all certificates? by licensed under CC BY-SA | With most appropriate answer!

Leave a Reply