Get Certificate thumbprint using PowerShell
-
Article
-
- 2 minutes to read
In order to get a list of certificates and their thumbprints, you can use the following PowerShell command:
Get-ChildItem -path cert:\LocalMachine\My
This will list all certificates and thumbprints the My store:
