How to determine how many Service Connection Points (SCP) exist in the environment
说明
There are multiple issues that may occur should there be stale Coordinator SCPs in the environment. For example, Agents may continue to attempt connection to a non-existent Coordinator.
原因
This may happen when the CA Coordinator is migrated and the old Coordinator is not uninstalled.
解决办法
Run the following query on a DC to check if there are stale SCP entries in the domain: dsquery * domainroot -filter "(&(objectClass=serviceConnectionPoint)(name=ChangeAuditor*))" > c:\scp.txt
The output will be stored in the scp.txt file on C drive
If there are obvious stale entries, delete the obsolete entries via ADSIEdit