Time Source for PDC and connected servers / workstations ?

TonyJK 881 Reputation points
2022-01-31T05:42:07.787+00:00

Hi,

We observe that workstations connected to Domain Controller in a remote site out of sync from the DC there.

When we attempt to run w32tm /resync, some workstations get reply like "The computer did not resync because no time data was available" and some others failed to sync.

Then we find that the Domain Controller some workstations connected to (i.e. authenticated) is different from the Time Source (Some of them points to Local / Another Domain Controller or even 169.x.y.z).

We would like to seek you advice

  1. How do we find out the NTP server being used by the PDC ?
  2. How do we find out the Time Source used by other Domain Controllers ?
  3. Does the Time Source for workstations / servers connected to DC should use that particular DC as Time Source ?
  4. How do we set up so that workstations / servers to use the DC it is connected to OR to a single source PDC ?

My manager asks whether the setting is in Group Policy ?

Thanks

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

Accepted answer
  1. Anonymous
    2022-01-31T14:35:39.857+00:00

    Some general info

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


4 additional answers

Sort by: Most helpful
  1. Anonymous
    2022-02-13T02:36:19.64+00:00

    other DC's, member servers, and workstations all default to using NT5DS time, otherwise you can

    w32tm /unregister
    net stop w32time
    w32tm /register
    net start w32time
    w32tm /config /syncfromflags:domhier /update
    net stop w32time
    net start w32time
    then check
    w32tm /query /source
    w32tm /query /configuration

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


  2. Anonymous
    2022-02-13T02:53:13.19+00:00

    w32tm /unregister (marks service for deletion)
    net stop w32time (completes the process in case it was running)

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


  3. Anonymous
    2022-02-14T03:47:26.977+00:00

    How to change the Type for NTP to NT5DS for all connected servers / workstations

    You could create a policy that applies to the OU for the computers that sets NT5DS

    173934-image.png


  4. Hasan Emre SATILMIŞ 1 Reputation point
    2022-02-14T09:02:58.597+00:00
    0 comments No comments

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.