Sometimes, you might get an
error "The time on your machine does not match with the network
time". The
basic issue here is that the time on the machine is not automatically
synced with the time on the domain controller.
To
resolve this problem, simply login as a local account and sync the time
with the domain controller using the Net time command.
To do this, goto the command prompt and run the following:
NET TIME /domain:mydomainname /SET /Y
This will synchronize the machine time to that of the domain controller.
Tags: net