tegenius
asked on
How to fix domain / domain controller time that is two minutes out?
All the machines on our network are 2 minutes fast. How can I rectify this so it is accurate across all the machines and the domain controller?
ASKER
Can this be setup by group policy?
Usually there is no need to configure the group policy for this, because, setting the time based on the article recommended by Tomislavj, if you do it on you PDC, the rest of the server are already configured to keep in sync with your PDC and also the clients.
If I remember correclty - I have set my PDC using instructions from this article: Configuring Windows Time for Active Directory and all I have did was running the following command:
w32tm /config /manualpeerlist:"0.pool.nt p.org,0x8 1.pool.ntp.org,0x8 2.pool.ntp.org,0x8" /syncfromflags:manual /reliable:yes /update
And all my servers and workstations were in sync since then.
If I remember correclty - I have set my PDC using instructions from this article: Configuring Windows Time for Active Directory and all I have did was running the following command:
w32tm /config /manualpeerlist:"0.pool.nt
And all my servers and workstations were in sync since then.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Very detailed and precise walkthrough. Thank you!
on clients use command prompt command -> w32tm