Hi,
I have 2 2016 domain controllers and the PDC emulator is syncing time with another domain.
I have run the following commands on the PDC emulator to use external NTP servers.
w32tm /config /manualpeerlist:"0.uk.pool.ntp.org,0x1 1.uk.pool.ntp.org,0x1 2.uk.pool.ntp.org,0x1 3.uk.pool.ntp.org,0x1"
Force synchronizing the time asap
w32tm /resync /nowait
Check NTP configuration
w32tm /query /configuration
w32tm /query /source
Display time source
w32tm /query /peers
Display list of all configured NTP servers and their status
w32tm /query /status
Display time service status i.e whether it is getting time from local cmso clock/external NTP serve
and the second domain controller I ran these command.
w32tm /config /syncfromflags:domhier /update
net stop w32time && net start w32time
net stop w32time
w32tm /unregister
w32tm /register
net start w32time
I still can not sync time from PDC emulator.
When I run this command on PDC emulator w32tm /query /source it shows that it is syncing from internal Domain controller.
I am puzzled as I have followed few guides and not sure which one messed up.
https://blogs.msmvps.com/acefekay/2009/09/18/configuring-the-windows-time-service-for-windows-server/