Your Domain Controller will normally do this by default. Just make sure everyone is configured to point to your DC for Time resolution.
More information
http://support.microsoft.c
http://support.microsoft.c
Basically, From each machine:
Start->run
Type CMD
Click OK
Type NET TIME
It should tell you which time server it is syncing with, if it's not your DC
type net time /setsntp:<domaincontrollern
type net stop w32tm
type net start w32tm
type w32tm /resync
hth
- Brugh
Main Topics
Browse All Topics





by: TheCapedPlodderPosted on 2008-12-16 at 11:17:19ID: 23186810
If you are running Active Directory then you should configure the PDC Emulator FSMO role holder to get its time from an authoratative Internet time source.
om/en-us/l ibrary/cc7 84929.aspx
All of the other domain controllers will take their time from the PDC Emulator DC and all clients in the domain will take their time from any DC.
You can configure any non-domain members e.g. your NAS/SAN to point to the PDC Emulator.
This article should get you started:
http://technet.microsoft.c
Plod