Get Certificate thumbprint using PowerShell

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:

image