Windows Server 2008 R2 PDC Synchronize Time with External NTP
1. net stop w32time
2. w32tm /config /syncfromflags:manual /manualpeerlist:”0.pool.ntp.org, 1.pool.ntp.org, 2.pool.ntp.org”
3. w32tm /config /reliable:yes
4. net start w32time
5. w32tm /query /configuration
Categories