Jump to content

Recommended Posts

Posted
Just a random question, what's the maximum time discrepancy between a Server and PC before Windows starts complaining that it can't sync up and correct the clients time and gets a bit wobbly about logging on to the domain.
Posted

It is 5 mins. There are policies you can set so it keeps everything in sync to avoid these problems. Here's how to configure it on 2008 Server:

 

@echo off

net stop w32time

w32tm /config /syncfromflags:manual /manualpeerlist:ENTERNTPSERVER

w32tm /config /reliable:yes

net start w32time

w32tm /query /peers

PAUSE

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...