Tuesday, August 21, 2012

Windows Time Sync with Active Directory

Weird, but found Windows Time service missing from several servers.  Not sure how this could happen, but below is the article that helped me put the services back.

Basically, just unregister then re-register the service and start it again.

net stop w32time
w32tm /unregister
w32tm /register
net start w32time

Then, check registry HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Parameters for NT5DS "type" entry.

Reference:
http://tigermatt.wordpress.com/2009/08/01/windows-time-for-active-directory/

No comments:

Post a Comment