Yesterday a new version of the PKI Certificate Verification management pack was released by Raphael Burri, version 1.2.1.3 contains the following changes:
This update is mostly about more powerful filtering options for the certificate discoveries
- It is now possible to use regular expressions to:
- Include / Exclude based on “Subject”
- Include / Exclude based on “Issuer”
- Exclude based on “Enhanced Key Usage” OIDs
Note that the filters will have to be based on the exact string output of the certificate objects as presented in PowerShell. Hence check those before attempting to write RegEx filters using:
ls cert:\LocalMachine\My | fl Subject, Issuer
Click here for additional information.
It is available for download here