Set a workstations time to a Domain Controllers time at each logon.
Use this line of code in a login script to synchronize each workstations time with a server on your network
| net time \\%servername% /SET /YES (replace %servername% with the actual server's UNC name) |
Did this info help you? If so, email me and let me know about it or ask a question.