2

Is it possible to force exactly same time to all clients in AD? If yes how can I do that?

jscott
  • 24,484
  • 8
  • 79
  • 100
Cell-o
  • 327
  • 4
  • 15
  • 32

2 Answers2

3

Make sure you have the Windows Time Service runnning on your PDC.

It's best practise to sync with an external NTP server. This link should give you all the info you need: http://technet.microsoft.com/en-us/library/cc773013(WS.10).aspx

deanihansen
  • 227
  • 2
  • 4
  • -1. Does NOT answer the question. Windows time services are not "exact" but good enough for Kerberos, ONLY. The ONLY eact way is a third party program. Exact defines as keeping things within milliseconds, not seconds. AD time sync varies up to I think half a minute or so. – TomTom May 25 '11 at 11:04
1

I'd recommend using NET TIME command in logon script, as per http://support.microsoft.com/kb/314090

xor.cat
  • 53
  • 1
  • 4