How can I get a list of installed certificates on Windows?
I know I have some certificates 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)?
In Internet Explorer:
Go to Tools (Alt+X) → Internet Options → Content → Certificates.
Using PowerShell:
Get-ChildItem -Recurse Cert:
Or run (Start -> Run
or just hit WIN+R):
certmgr.msc