I learned how to query Certificate Authority to get list of generated certificates. I need to grab all generated machine certificates (Cert Template: Computer/Machine) to figure out which machine got the certificate. The following command list all machine certificates generated to all domain machines. certutil -view -config "<FQDN of Certificate Authority Server>\<Certificate Authority Name>" -restrict … Continue reading How do you Query Certificate Authority?