Tag Archives: NTP

Configure NTP on Windows server

Configure external NTP on a Windows Server To keep this as simple as possible use the following commands: w32tm /config /manualpeerlist:pool.ntp.org,0x8 /syncfromflags:MANUAL net stop w32time net start w32time If the machine is a VM, you have to disable the time sync. Check the NTP settings on a Windows Server w32tm /query /status Manually/Force synchronization the external… Read More »