Is there a way to restrict my certificate list on the basis of ExpirationDate of a certificate in certutil -view -restrict
command?
I have nearly 2 million certificates. It is very hard to find in the excel file as excel does not open it very well
@ECHO
certutil -view -restrict "NotAfter>=2/22/2020 12:00AM , NotBefore>=3/13/2020 12:00AM , disposition=20" -out "RequesterName,CommonName,CertificateTemplate,NotAfter" csv > C:\Report\march2020.csv