I am in charge of a small domain of 20 or so computers. I recently found how to get the windows XP machines to get their time from our domain controller using this batch file:
call w32tm /config /syncfromflags:domhier /update
call net stop w32time
call net start w32time
and it worked great.
I tried the same thing on Vista with no success. Any help?