How to get a report from a Microsoft CA to show Certificates Issued

Problem:

How do I get a report from a Microsoft CA to show certificates issued?

Solution:

Open an administrative command prompt and run:

certutil -view -out "RequestID,RequesterName,RequestType,NotAfter,CommonName,Certificate Template,Public Key Length,Certificate Effective Date,Certificate Expiration Date" csv > c:\temp\certs.csv

Leave a Reply

Your email address will not be published. Required fields are marked *