Time synchronization failed between the windows server 2008 and clients
Operating System
Windows server 2008
Windows 7
Problem
Time synchronization failed between the windows server 2008 and clients.
Solution
Check the server date and time zones are correct; Change it to the correct one.
To configure a domain computer for automatic domain time synchronization, execute the following command.
w32tm /config /syncfromflags:domhier /update
After executing the command restart the time service using the below commands.
To stop the service type net stop w32time. To start it again type net start w32time
After executing the command w32tm /resync /rediscover, the clients may update the correct time zones.
If those activities does not help execute the below command
NET TIME \192.168.100.100 /SET /Y.
Where the IP address 192.168.100.100 belongs to the Domain controller IP address.
And restarted the windows time services.
After that the clients will keeps the same date and Time zone settings from the server.