Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.

15 thoughts on “Configuring NTP Servers on Windows Server 2012

  • 1. <stop the time service>
    net stop w32time

    2. <set NTP server>
    w32tm /config /syncfromflags:manual /manualpeerlist:"YOUR LOCATION NTP SERVER1, SERVER2, SERVER3, SERVER4"

    3. <send time sync to the rest of the domain>
    w32tm /config /reliable:yes

    4. <start the service back>
    net start w32time

    5. <review>
    w32tm /query /configuration

    Hope this helps for people who find it too blurry.

  • How would i ensure daylight savings remains off with these settings? I am located in Jamaica

  • Thank you bro
    All of command in here:

    net stop w32time

    w32tm /config /syncfromflags:manual /manualpeerlist:"servers copy here"

    w32tm /config /reliable:yes

    net start w32time

    w32tm /query /configuration

  • Hi man,
    Could you please contact me or confirm to me that it is the same way to configure ntp server with two redundant server on a domain ?
    I have for exemple my personal NTP server with ip 10.120.181.100
    My main server
    And my backup server which is interconnected to the main and its role is start when failover.
    Thanks for your help.

  • I couldn’t read what you were typing – need to zoom the view a bit

  • Active Directory to function correctly.
    that's thug life…

  • dear if have the stand alone network means its not connected with internet … it will also work on it or not … please reply

Comments are closed.