Forum Discussion

Tim Hunter's avatar
Tim Hunter
Iron Contributor
Apr 21, 2020
Solved

Setting Time on Domain

I am wanting to configure Time on my Domain Controller running Server 2016 so that all my other servers and workstations show the same time. Are there any simple step by step instructions on how to d...
  • Dave Patrick's avatar
    Apr 21, 2020

    for all domain members (aside from PDCe) should have happened by default but you can confirm by running;

    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
     -----------------------------------------------
    for the PDCe
    w32tm /unregister
    net stop w32time
    w32tm /register
    net start w32time
    w32tm /config /manualpeerlist:<preferred ip 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 mark helpful replies)
     
     
     

     

Resources