I have 15 DC's and 1 DC is the PDC.
I configured the DC's as follows:
- Click [START] | [RUN]
- Type CMD then press [ENTER]
- Type W32TM /CONFIG /SYNCFROMFLAGS:DOMHIER /RELIABLE:NO /UPDATE then press [ENTER]
- Type NET STOP W32TIME && NET START W32TIME then press [ENTER]
- Type NET TIME then press [ENTER]
The PDS communictates to an external source.
The time is configured fine. Doing a w32tm /monitor shows the correct server as the PDC.
However, when doing a "net time", it displays \\<DC name> which is NOT the PDC. Why when doing a net time it does not return the PDC name, but some random DC's?