|
Home > Archive > General Discussion > October 2001 > win NT time sync
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| TOKOLO 2001-10-05, 8:13 am |
| How do I set up my Win NT network to enable my clients to synchronize time with the server | |
|
| Place this line in your logon script or include it in a batch file that gets run when a user logs on.
net time /domain:<domain name> /set /yes
<DOMAIN NAME> = your domain name.
An example for you:
net time /domain:mydomain /set /yes
or if you want to synch with a specific server in your domain you could use:
net time \\<servername> /set /yes
Another example:
net time \\myserver /set /yes
HTH! |
|
|
|
|