Synchronize time with server workstations


hello everyone;

have dc windows 2003 standard 30 workstations on xp sp3, synchronize time of workstations server , followed step step described in http://support.microsoft.com/kb/816042/e
s, time on workstation not changed , users can change it.

i wonder know, how can define @ gpo workstations update or synchronize time dc , disable ability users change time, time zone or date.

lot.

hello,

get away form using net time, since windows server 2003 w32tm command should use.
http://technet.microsoft.com/en-us/library/cc773263(ws.10).aspx

if windows server 2003 dc configure external time source if possible or use router can provide time server option if possible:
w32tm /config /manualpeerlist:peers /syncfromflags:manual /reliable:yes /update

with "peers" can set time source, either dns name (time.windows.com) or ip address reliable time source.

here can find of them:
http://www.pool.ntp.org/

on clients run:
w32tm /config /syncfromflags:domhier /update

after run:
net stop w32time
net start w32time

make sure firewall on machines has port udp 123 open needed time sync. make sure machines using domain dns servers on nic , not default gateway or isps dns server.


best regards meinolf weber disclaimer: posting provided "as is" no warranties, , confers no rights.


Windows Server  >  Windows Server General Forum



Comments

Popular posts from this blog

2008 Windows Deployment Server Properties Error

Can no longer user MS Update - Files required to use Microsoft Update are no longer registered

How do a find data in one file, search for it in another file and if not found, write a custom message to another file