Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Get List of Authorized Root Certificates

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles