server clock and domain controller clock

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?
 
M

Marina Roos

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top