Posted by admin on September 1st, 2011
SBS 2008 Server time sync issue
Copy and paste this in to a command prompt:-
w32tm /config /manualpeerlist:”0.pool.ntp.org 1.pool.ntp.org
2.pool.ntp.org”,0×8 /syncfromflags:MANUAL
w32tm /config /update
net stop w32time
net start w32time
w32tm /resync /nowait
No Comments