Subject pretty much says it all. I know I have some certs installed on my Windows 7 machine, how can I see what they are, the nicknames they are known by, and browse detailed information (such as issuer and available usage)?

link|improve this question
feedback

3 Answers

up vote 4 down vote accepted

In Windows 7

Go to Internet Options > Content > Certificates

link|improve this answer
All good workable suggestions, but this seems like the easiest answer to me. – Tim Keating May 6 '10 at 17:48
feedback

Using PowerShell:

Get-ChildItem -Recurse Cert:
link|improve this answer
The best answer is lowest rated! – an0nym0usc0ward May 22 '11 at 20:47
"best" is subjective :-) – Tim Keating Sep 14 '11 at 16:47
Well what I like about this answer is that I know how to launch a power shell, but where the hell are the internet options? – Adrian Ratnapala Nov 29 '11 at 19:05
feedback

Start mmc via Search filed or command prompt -> File -> Add/Remove Snap-In -> Certificates -> Add -> My User Account and/or Computer Account -> Finish -> OK -> Browse

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.