Synchronizing time on a Windows 2003 domain controller
In a Windows domain environment its incredibly important that all clients & servers share the correct time. Its also important that this time is correct, otherwise your users go home early.
Here we'll set your domain controller to get the time via NTP. Windows clients will then automatically collect the right time from their domain controller.
More than one domain controller? Just follow the steps below on each domain controller so they point to your main domain controller or get their time independently from the same source.
Got Linux clients? No problem, use ntpdate.
- ntpdate <domain controller>
Setting up the domain controller. (Make sure it can get out via NTP through your firewall). Open a command prompt
- net stop w32time
At this point, I like to change the time on the server so we can see this in action.
Now we can define an NTP authoritative time server
Restart the W32Time service
- net start w32time
Now you should see the time change to the correct time and an event will appear in the Event Log.
For more information, see How the Windows Time Service Works from Microsoft.
Related posts
- Messing with time and date on Linux
Some Linux distros don't come with time synchronisation utilities, even though Windows has done it... - Exchange 2003, 2007 & 2010 Topology discovery failed, error 0x80040a02 (DSC_E_NO_SUITABLE_CDC)
A client has been struggling with Exchange 2003 for some time now and I've got... - Alternate ‘Messing with time and date on Linux’
Following up from a previous post, some hypervisors like Xen are a bit fruity when... - The currently selected KDC certificate was once valid…
Description:The currently selected KDC certificate was once valid, but now is invalid and no suitable... - .htaccess redirect based on requested domain
Imagine you have a selection of domain names that point to the same site, are...


