Windows server 2012 R2 Active Directory running ahead of time.

Dipen Rathod 41 Reputation points
2021-12-02T13:27:35.803+00:00

We are having some weird issue going on out AD server is gradually running ahead of time currently it's 2 mins ahead. It is gradually getting increased last time we did few things which i can't remember that bring back to sync but we forgot what we did. It seems to be like every 2 month AD starts to runs forward. So far we tried resync manually set ntp settings through w32 command on cmd but nothing worked. We also tried manually setting time by going under Data and time settings but magically after setting time if we hit ok it somehow automatically get back to previous result which is 2 min ahead.

P.S: Right now it's 2 min but we are guessing after 15 days it's gonna be 3 min ahead.

Any suggestion or resolutions ? We are using physical server not under VMs.

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

Accepted answer
  1. Anonymous
    2021-12-02T15:31:51.303+00:00

    Also check this one.

    154543-image.png


3 additional answers

Sort by: Most helpful
  1. Anonymous
    2021-12-02T13:32:01.107+00:00

    Are you asking about PDC emulator or something else?

    Some general info

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

    0 comments No comments

  2. Dipen Rathod 41 Reputation points
    2021-12-02T14:45:56.52+00:00

    154513-ntp.png154541-ntp2.png

    This is what i am referring to now i checked PDC emulator it is set to be as parent.


  3. Anonymous
    2021-12-02T15:19:06.647+00:00

    Ok, you can try setting a new time source or also reset the time service.

    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

    https://tf.nist.gov/tf-cgi/servers.cgi

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


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.