Hi Rob Christensen,
I see you are dealing with a critical replication blockage across your infrastructure, evidenced by DNS Event IDs 4013 and 5014. These errors typically point to a classic where your Domain Controllers hosting Active Directory-integrated DNS zones cannot start their DNS service because they are waiting on initial inbound AD replication, but replication is failing because name resolution is broken. To isolate and break this loop, you should check your network card settings on each DC and ensure they do not point exclusively to themselves or to offline replication partners for name resolution.
To bypass this deadlock and restore directory synchronization, you should temporarily configure the DNS Server service startup type to Manual on the affected DCs and reboot the machines. This action prevents Active Directory from hanging during boot while waiting on a non-functional DNS layer. Once the DCs fully advertise and complete their initial Active Directory inbound replication tracking, you can start the DNS Server service manually and return its startup type back to Automatic.
Hope this answer has brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.
Tracy Le.