Using NET TIME for all Workstations and ServersID: Q120944
|
In a network with different network client software, different workgroups, and different domains, maintaining a logon script that issues a NET TIME command can become complex. This article offers a simple solution to keep the time for all clients in the network synchronized.
The solution to keeping all workstations' time synchronized with a
particular server can be solved by either running a logon script for each
workstation or by having each workstation run a batch file on their own
after logging on to the network.
For example, assume you have a server named TIMESRV that has a reliable
system clock. An example batch file that would run either from the
workstation, or get called from or be part of a logon script, would look
like this:
NET TIME \\TIMESRV /SET /YES
Additional query words: wfw wfwg prodnt time source
Keywords : kbnetwork ntdomain NTInterop nthowto
Version : 3.1
Platform : winnt
Issue type :
Last Reviewed: February 9, 1999