Configuring Network Time Protocol (NTP) on Windows Server 2012 R2

From My Big Bad Wiki
Jump to navigation Jump to search
  • Open Powershell with 'Run as Administrator' and enter the following commands
    • w32tm /config /manualpeerlist:pool.ntp.org /syncfromflags:MANUAL
    • Stop-Service w32time
    • Start-Service w32time
    • w32tm /config /manualpeerlist:”0.pool.ntp.org 1.pool.ntp.org” /syncfromflags:MANUAL