I have an existing 2012 R2 domain. I just added a new Server 2019 that I would like to use as a secondary DC. I have already stood up the new server, patched it fully and joined it to the existing domain. I then ran the following on the existing server:
Dcdiag /v /c /d /e /s:%computername% >c:\dcdiag.log
repadmin /showrepl >C:\repl.txt
ipconfig /all > C:\dc1.txt
ipconfig /all > C:\dc2.txt (on Server 2019)
This is a link to the log files:
https://1drv.ms/u/s!Aouxg5sxJzUJcPSRx55-D_LFHnw?e=sJN2Ta
Can I get guidance on how to perform this correctly please.