Skip to content

Instantly share code, notes, and snippets.

@mbalex99
Created September 6, 2013 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbalex99/6467592 to your computer and use it in GitHub Desktop.
Save mbalex99/6467592 to your computer and use it in GitHub Desktop.
List Certificates
$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