How to get all personal certificates list from the certificate store in local computer

In the powershell command run below command and you will be listed all your certificates from your Certificates/Personal store. You need to use My as store path not Personal although you see you see the store name as Personal in MMC.

Get-ChildItem Cert:\LocalMachine\My | ft

Updated : 23 Mar 24

Knowledge Bites

Scroll to Top