>NULL: List installed certificates and their thumbprints in PowerShell

Friday 25 August 2023

List installed certificates and their thumbprints in PowerShell

Enter the following to list installed certificates and their thumbprints in PowerShell
Get-ChildItem -Path Cert:LocalMachine\MY

No comments:

Post a Comment