HOW TO Configure time source as internal NTP server IN WINDOWS 2008 R2 DOMAIN

sunil patel 1 Reputation point
2020-10-01T05:38:27.697+00:00

HOW TO Configure time source as internal NTP server IN WINDOWS 2008 R2 DOMAIN

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

4 answers

Sort by: Most helpful
  1. Anonymous
    2020-10-01T15:10:44.067+00:00

    Some general info

    On PDC emulator

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

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


  2. Vicky Wang 2,736 Reputation points
    2020-10-02T08:02:43+00:00

    Hi,

    Thank you for posting in our forum.

    You can try a professional method, I also agree with his method, and you can also refer to the method in the link, which may help you

    http://yadhutony.blogspot.com/2012/10/ntp-time-server-configuration-in.html

    Hope this information can help you

    Best wishes
    Vicky


  3. Vicky Wang 2,736 Reputation points
    2020-10-12T08:28:06.553+00:00

    Hi,
     
    Just checking in to see if the information provided was helpful. Please let us know if you would like further assistance.
     
    Best Regards,
    Vicky


  4. Vicky Wang 2,736 Reputation points
    2020-10-20T08:09:40.293+00:00

    Hi,
     
    Just checking in to see if the information provided was helpful. Please let us know if you would like further assistance.
     
    Best Regards,
    Vicky

    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.