Summary: Use Windows PowerShell to get a list of authorized root certificates for the current user.
How can I examine the authorized root certificates for the current user?
Use the Get-ChildItem cmdlet (dir is an alias) and explore the cert:\CurrentUser\AuthRoot folder:
dir Cert:\CurrentUser\AuthRoot