Windows 2008 R2 w32tm NTP setting that works!
w32tm /config /syncfromflags:manual /manualpeerlist:”0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org” /update /reliable:yes
Was having a heck of a time with the /manualpeerlist switch and finally discovered all of the NTP servers need to be embraced in quotations and space-delimited! If you copy and paste that command line, make sure you paste into Notepad and correct the quotation mark characters.