Lists the certificates (LocalMachine)

This is a PowerShell command that lists the certificates on the LocalMachine by specific store name.

###
Get-ChildItem Cert:\LocalMachine\~StoreName | select-object thumbprint, subject
###


This is the result after runing the command

To download the command click here.
Once downlod complete, import it throw the import option in the Custom command section.

For any additional information, please contact support@eprocsolutions.com