QA #11 How synchronize time domain computer

Question

Synchronize time domain computer

I have computer in domain but there is different time on local machine and domain controller. The difference is few minutes. How can I synchronize time from domain to my computer? Synchronize time domain computer.

Answer

To synchronize time on your computer with domain time (one of domain controller exactly) do following steps:

  1. Check domain time: use cmd and type: net time /domain
  2. If time is different as your local time type: net time /domain /set /y
Synchronize time domain computer
Net time command in action

If you see information like “The command completed successfully” you can be sure that time has been synchronized.