PowerTip: Use PowerShell to Get List of Authorized Root Certificates

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon