Syncing domain controller time

Susan Dodds 241 Reputation points
2022-02-08T18:54:21.673+00:00

I have 2 Hyper-V virtual machine DC's and a regular DC that will be removed eventually.

The DC's show different time.

I would like to sync the DC time to time.windows.com,0x9 and have everything else sync to the DC.

I have it set in local group policy on the DC vm to NT5DS time.windows.com/0x9 and the host set to NTP time.windows.com,0x9.

However, the time is still off and I cannot manually change the time on any DC.

What cmd is/other setting is needed to do what I need?

What cmd is needed to point the time source of the other DC's to the PDC DC virtual machine?

I do have one DC that isn't a vm but its w32tm source is the local CMOS.

When querying the w32tm source on the virtual machine DC's, it says wm ic time synchronization provider and it seems like tinkering with that setting might not be wise.

Windows for business Windows Client for IT Pros Directory services Active Directory
Windows for business Windows Server User experience Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2022-02-08T19:01:05.933+00:00

    This isn't right. Better to turn of Time sync in integration services,

    172335-image.png

    then on PDC emulator

    w32tm /unregister
    net stop w32time
    w32tm /register
    net start w32time
    w32tm /config /manualpeerlist:<ntp ip address> /syncfromflags:manual /reliable:yes /update
    net stop w32time
    net start w32time
    then check
    w32tm /query /source
    w32tm /query /configuration

    many can be found here.
    https://tf.nist.gov/tf-cgi/servers.cgi

    Some general info

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  2. Susan Dodds 241 Reputation points
    2022-02-16T16:25:40.283+00:00

    I've tried cmd like that in the past and it didn't work.

    Other than the 1 physical DC using it's own CMOS time, the config I started with seems to be working.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.