I need to extract a list of specific certificate from a PKI on Windows Server 2012 R2.
So, in the list of all certificates issued, I would to apply a filter. Generally, It works fine!
But now, I'm facing with a new issue. I have to extract a list of certificates with more OU value.
For example CN=example.com, OU=org1, OU=org2, OU=org3, DC=...
If I apply a filter on "Issued Organization Unit" = org3, no results appear.
Also if I use a filter like this (with multi filter):
"Issued Organization Unit" = org1
"Issued Organization Unit" = org2
"Issued Organization Unit" = org3
No results again.
What I have to do? I need to extract all the certificate with the OU=org3.
Thank you so much.
Best regards,
Giuseppe.