Hello
Thank you for your question and reaching out.
Please run from elevated prompt;
repadmin /showrepl >C:\replresult.txt (run on any domain controller)
Dcdiag /v /c /d /e /s:%pcname% >C:\dcdiag.log (run on PDC emulator)
ipconfig /all > C:%pcname%.txt (run on EVERY domain controller)
ipconfig /all > C:\mypc.txt (run on problem pc)
Check the domain controller System and Replication (DFS or FRS) event logs for any errors that have occurred since the last boot. Post the Event Source and Event IDs of any discovered events. (There are no evtx files)
Remove the DNS address listed on AD and replace it with the server's own static IP address (10.11.11.11) plus the loopback address 127.0.0.1, then run ipconfig /flushdns, ipconfig /registerdns, and restart the netlogon service. You can try an authoritative sync to resolve the replication error caused by a single domain controller.
--If the reply is helpful, please Upvote and Accept as answer--