From: Jason on
Hello

This is now driving me crazy, I have sync the time with time.windows.com on
the domain controller but its allway 2/3 minutes out with our clients! The
domain controller is windows 2003 server


From: Meinolf Weber [MVP-DS] on
Hello Jason,

Make sure the DC has the PDCEmulator role which is configured to the external
time source. On all machines must port 123 UDP be open.

On the clients run(can also be scripted as startup script):
w32tm /config /syncfromflags:domhier /update

After that run:
net stop w32time
net start w32time

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> Hello
>
> This is now driving me crazy, I have sync the time with
> time.windows.com on the domain controller but its allway 2/3 minutes
> out with our clients! The domain controller is windows 2003 server
>