I'm having trouble running certutil -deleterow %date% cert command.
I get an access is denied error. I am a CA Admin and have rights to do it. I ran the command prompt as administrator.
The weird thing is I can delete certs by ID.
Since I'm unable to post images, here is a copied example:
Running certutil -deleterow 4 Cert
Deleting row ID: "4"
Rows deleted: 1
CertUtil: -deleterow command completed successfully.
Running certutil -deleterow 3/11/2014 Cert
Rows deleted: 0
CertUtil: -deleterow command FAILED: 0x80070005 (WIN32: 5)
CertUtil: Access is denied.
Any help on understanding this would be great! Thank you!