Hello WORLDe,
The PDCEmulator is the time master of the domain, all other DC's will sync
with that one and all member serveres and clients use one available DC for
there sync, doesn't matter which one. So the dc's, member servers and clients
connect to the above mentioned time providers and request the time.
Configure the PDCEmulator to an external time source with this:
w32tm /config /manualpeerlist

eers /syncfromflags:manual /reliable:yes /update
With "peers" you can set the time source, either DNS name (time.windows.com)
or an ip address from a reliable time source.
Here you can find some of them:
http://www.pool.ntp.org/
Client configuration:
To configure a client computer for automatic domain time synchronization
w32tm /config /syncfromflags:domhier /update
After that run:
net stop w32time
net start w32time
Also make sure that all clients have no firewall running where port 123 NTP
is blocked.
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
> Hi,
> We have a domain setup with about 100 users.
> 95% of the users' PCs all have the same time on their PC clock.
> All users are running XP Pro and all are logged into the domain.
> From my understanding, WIN Serv 2003 Active Directory should
> automatically sync all PCs throughout the day so that they should all
> have the same system clock.
>
> The remaining 5% of PCS are maybe 6- 8 minutes fast and, unless I
> manually change the clocks, they will never sync to the AD.
>
> Also, to force a time sync when they login. I have added a logon
> script to group policy. Even after this, their PCs still do not sync
> the time.
>
> Is there a way I can sync their PC clocks remotely over the LAN?
> Why is this happening?
> What should I check into?