Skip to main content

Configuring NTP on Windows Server 2012 R2 - Knowledgebase / Windows - EOAS Help Desk

Configuring NTP on Windows Server 2012 R2

Authors list

Run using PowerShell as admin:

w32tm /config /manualpeerlist:pool.ntp.org /syncfromflags:MANUAL
Stop-Service w32time
Start-Service w32time

then check if is working

w32tm /query /status

 

Helpful Unhelpful

35 of 68 people found this page helpful