Event error 10028 may occur when ports between computers or servers are blocked. The description in your event log then shows:
Event 10028 DCOM was unable to communicate with the computer X using any of the configured protocols; requested by PID 1b18 (C:\WINDOWS\system32\ServerManager.exe).
Log Name: System
Source: Microsoft-Windows-DistributedCOM
Event ID: 10028
Level: Error
In my case, I was trying to manage some servers with Server Manager. These servers existed in another VLAN. But you may also encounter this error when
- you have enabled the Windows Firewall, or
- you have not enabled File and Printer sharing on the target machine
- the computer is not in your network (anymore), but the DNS record still exists
To solve this error:
- try to disable the firewall on the target computer
- enable File and Printer sharing on the target computer
- remove the computer from Server Manager (if you don’t want to monitor)
remove the server from Server manager is the solutuion
But if we didn’t remove any node from Cluster still we get this error then what to do ?
We encountered this issue where there were DCOM errors every 5 mins across all DCs in the domain. After doing some digging we found it was being caused by a scheduled task “\Microsoft\Windows\CertificateServicesClient\SystemTask”. After doing some further review of the domain, we found that certificate auto enrollment was configured in the Default Domain Policy. However, at the time of the issue, the environment did not have any active Certificate Authorities. Using the CMD utility CertUtil.exe and the -ADCA, we found there were four CA’s present that were from over a decade ago and are no longer in the domain. So,… Read more »