Created
September 6, 2013 18:06
-
-
Save mbalex99/6467592 to your computer and use it in GitHub Desktop.
List Certificates
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$store = New-Object System.Security.Cryptography.X509Certificates.X509Store("My","LocalMachine") | |
$store.Open("ReadOnly") | |
$store.Certificates |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment