On a client PC running XP SP3 with CertUtil.exe installed it is possible to revove a certificate on a 2008 PKI server using the following command:
certutil.exe -v -config "VMPKI.ThisServer.com\ThisServer Root CA" -revoke 17747F660000000001A9
Using the same command on a Windows 7 client pc fails with the following error:
CertUtil: -revoke command FAILED: 0x80040154 (-2147221164)
CertUtil: Class not registered
On both PCs it is possible to request a new certificate, therefore the user account on the client PC probably has the correct permissions.
Can you help with an answer why the Windows 7 CertUtil.exe fails in this way ?