Hello
Thank you for posting in Q&A forum.
Not sure if the problem (unable to remote in via the snap-in (Certificates and Certificates Authority) on MMC) to CA on this machine is caused by the tests you mentoned.
I checked the same information as you in my lab.
Background:
Domain name: a.com
Domain Controller server name (I have only one DC in this domain): DCA
CA Name: a-dca-ca
The DC is also CA.
Client machine in the domain: Win11Pro
On one domain-joined client machine (Win11Pro) :
certutil -config - -ping (I got the same the same error as you mentioned)
nslookup
Test-NetConnection {CA server name} -Port 135
The command is successful when I user CA server name (DCA).
Test-NetConnection {CA name} -Port 135
The command is failed when I user CA name (a-dca-ca).
On CA server (DCA) :
certutil -config - -ping (the command is successful)
Test-NetConnection {CA server name} -Port 135
The command is successful when I user CA server name (DCA).
Test-NetConnection {CA name} -Port 135
The command is failed when I user CA name (a-dca-ca).
However, I can remote to this DC (CA server) on this client machine Win11Pro via Remote desktop connection and MMC. And I can request certificate on this domain client machine Win11Pro.
Please troubleshoot the problem as below:
1.Please check if you can ping CA server on your current domain machine (as I mentioned above).
ping the IP address of the CA server
Ping the name of CA server
Ping the domain name
2.please check run command below using CA server name instead of CA Name.
Test-NetConnection {CA server name} -Port 135
3.Please check if you can remote to CA server on your current domain machine via Remote desktop connection.
4.What error message you got when you are unable to remote in via the snap-in (Certificates and Certificates Authority) on MMC.
5.Please check if you can run "certutil -config - -ping" successfully on CA server.
6.Please check if you can request certificate on your current domain machine.
Here are some suggestions you can try:
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.