Vertrouwde basiscertificaten (trusted root certificates) weergeven via PowerShell.
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.