Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: Chris-DentPosted on 2006-09-30 at 02:21:11ID: 17634071
Hi Itay,
The Time Server for a WIndows Domain is the PDC Emulator. It would be good to make sure you know where that is at the moment, there are a few ways to find it:
1. Open the command prompt and type:
netdom query fsmo
2. Open AD Users and Computers. Right click on the Users and Computers icon and select Operation Masters, select the PDC tab.
3. Use NTDS Util from the Command Line:
C:\> ntdsutil
> Roles
> Connections
> Connect to Server <DomainControllerName>
> Quit
> Select Operation Target
> List Roles for Connected Server
> Quit
> Quit
> Quit
4. Look for the PDC Service record in DNS - it hides under the _msdcs tree, but I can't quite remember where. At least two of the methods above should work. If they do and Time still isn't synchronised (with the PDC in a reasonable place) then DNS is the next place to check.
HTH
Chris