Skip to main content

Find Certificate (SSL) by Thumbprint

  1. Open Powershell as admin 

  2. Change to the cert directory by using the command:  

    1. cd cert: 

Search for a certificate by using this command: 

  1. dir -recurse | where {$_.Thumbprint -eq “THUMBPRINT”} | Format-List -property *