Lists the certificates (user)

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

###
Get-ChildItem Cert:\CurrentUser\~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