Local machine:
Get-ChildItem -Path Cert:\LocalMachine\Root
Local user:
Get-ChildItem -Path Cert:\CurrentUser\Root
PowerShell-commando's om vertrouwde basiscertificaten (Trusted Root Certificates) te bekijken in de lokale machine- en gebruikerscertificaatstore.
Local machine:
Get-ChildItem -Path Cert:\LocalMachine\Root
Local user:
Get-ChildItem -Path Cert:\CurrentUser\Root