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 * 


Revision #1
Created 23 December 2023 00:43:16 by ColtM
Updated 13 June 2024 01:28:02 by ColtM