Stuart_C Posted July 28, 2011 Posted July 28, 2011 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.
SYNACK Posted July 28, 2011 Posted July 28, 2011 (edited) Five minutes for kerberos as a max value. Edited July 28, 2011 by SYNACK
Michael Posted July 28, 2011 Posted July 28, 2011 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now