I have configured a NTP time server on our domain controller per instructions from Microsoft's support site. I made all those registry entries. Now I am trying to find out how to insure our client PC's will poll that server at regular intervals to keep their time current. I have been ready so much about this that my head is swimming and just need to know.
Windows Server 2012Active Directory
Last Comment
Hello There
8/22/2022 - Mon
Hello There
You should run this command (once) to sync the time. Distribute it via startup script.
w32tm /config /syncfromflags:domhier /update
Also you can set up the time server in Group Policy: Computer Configuration > Policies > Administrative Templates > System > Windows Time Service > Time Providers > Enable the Configure Windows NTP Client policy and set your DC as the NTP Server.
grandrew
ASKER
I forgot to mention, that we are going to demote an old backup domain controller and when I do the net time command at my PC I get "current time at ... " shows the old domain controller. How can I make sure this new one is the NTP server for the domain?
w32tm /config /syncfromflags:domhier /update
Also you can set up the time server in Group Policy: Computer Configuration > Policies > Administrative Templates > System > Windows Time Service > Time Providers > Enable the Configure Windows NTP Client policy and set your DC as the NTP Server.