windows 2008 set NTP server

How to set my Windows 2008 server to use external NTP server?
In cmd:

C: \> net stop w32time
C: \> w32tm /config /syncfromflags:manual /manualpeerlist:"0.pool.ntp.org, 1.pool.ntp.org"
C: \> w32tm /config /reliable:yes /update
C: \> net start w32time
C: \> w32tm /query /configuration


No comments: