This article descripes how you can synchronise your computers clock with either your Domain Controller or any other windows computer on your network.
The quickest way to synchronise your clock with the domain time, open a command prompt window and type:
NET TIME /DOMAIN
To force a computer to synchronize its time with a specific computer, send the following command:
NET TIME \\<MACHINENAME> /SET /Y -or- NET TIME \\<IP Address> /SET /Y
Where <MACHINENAME> is the domain controller computer name, or IP address.
See Also: NET TIME /Domain Will Not Sync Time with Domain Time Source Server
it works. Thanks.
excellent, works! thanks
This resolved a regular “unable to connect” problem with network printer connected to the non-syncronized station. Lot of thanks.
Hi Steve! +100500 Thanks for the post!!! It help me syncronise time between Samba4 DC and M$ Windows7 domain computers.
Its works for me 🙂
it works like charms thanks
works great and fixed some certificate issues we were having!
Thanks for the post!
On windows 7 I had to add /SET to the first domain to get it to perform the synchronization. (otherwise it just prints the time).
thank you so much it work =)
Interesting. I was having issues with the w32tm command on Server2016 connected to a 2008R2 domain.
I thought net time was deprecated but tried it anyway and worked like a charm!
Thx
It workd Thank you so much