Sunday, November 6, 2011

Synchronize/Update Time on Active Directory DC

Thanks for those great guys mentioned this in the SBTG blog...


To update time with network time provider run the below commands...

On the main DC:
NET TIME /SETSNTP:time.windows.com
NET STOP W32TIME
NET START W32TIME
W32TM /config /reliable:YES
W32TM /resync /rediscover

On all other DCs:
W32TM /resync /rediscover


that should do the trick!!!