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

From My Big Bad Wiki
Revision as of 09:20, 16 May 2016 by Admin (talk | contribs) (Created page with "* Open Powershell with 'Run as Administrator' and enter the following commands ** w32tm /config /manualpeerlist:pool.ntp.org /syncfromflags:MANUAL ** Stop-Service w32time ** S...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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