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:
- Check domain time: use cmd and type: net time /domain
- If time is different as your local time type: net time /domain /set /y
If you see information like “The command completed successfully” you can be sure that time has been synchronized.