Timesync

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

I have my primary DC pointing to an atomic clock and it
is staying sync'd. How do I make sure that my users
workstations are staying sync'd with the DC? My
workstations consist of win98, win 2000 and win XP. Is
there a command that can be issued at logon that will
make the pc sync with the DC through out the day?

Thanks,
Scott
 
Hi Scott,

On those W2K/XP, from the commandprompt just once:
net time /setsntp:servername
w32tm -once -v

The W98 you'll need to do with a loginscript:
net time \\servername /set /y
 
Marina, is this going to force the workstations to resync
throughout the day? The workstations are already getting
the correct time from the DC at logon. I am needing for
my workstations to be resync'd like maybe once an hour.
The w32tm -once -v command doesn't work in XP. It tells
me that: The command -once is unknown.

Thanks,

Scott
 
The W98 will only sync during logon.
Try without the -once on the XP. But I think it might not even be necessary
on XP. Have a look in the eventlogs of that XP.
 
Back
Top