December 4th, 2013

PowerTip: Use PowerShell to Get List of Authorized Root Certificates

Doctor Scripto
Scripter

Summary: Use Windows PowerShell to get a list of authorized root certificates for the current user.

Hey, Scripting Guy! Question How can I examine the authorized root certificates for the current user?

Hey, Scripting Guy! Answer Use the Get-ChildItem cmdlet (dir is an alias) and explore the cert:\CurrentUser\AuthRoot folder:

dir Cert:\CurrentUser\AuthRoot

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.

Feedback