What is the command to sync a Windows server domain controller to its configured time source?

link|improve this question

78% accept rate
feedback

2 Answers

up vote 6 down vote accepted

As Kyle said win32tm /resync is the modern way to do this. See this Link to Microsoft Knowledgebase for more information on the w32tm command.

There is also net time which is an older version but perhaps easier.

link|improve this answer
feedback

You can use the following command:

w32tm /resync

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.