server clock and domain controller clock

  • Thread starter Thread starter john kim
  • Start date Start date
J

john kim

i'm getting a message " server clock is not synchronized
with the domain controller clock" when attempting to
access one particular workstation in domain controlled
network. it only happens intermittenly. meaning this
worksation becomes accessable after while and no such
message pops up. any suggestions?
 
Hi John,

You can setup your domaincontroller as a timeserver:
from the commandprompt:
net time /setsntp:time.nist.gov (or any other public timeserver)
net stop w32time
w32tm -once -v
net start w32time

From the W2K/XP-clients:
net time /setsntp:servername
w32tm -once -v

Marina
 
Back
Top