1. Ejecute los siguientes comandos de PowerShell:
w32tm /config /manualpeerlist:pool.ntp.org /syncfromflags:MANUAL2. Para forzar la sincronización ejecute el siguiente comando de PowerShell:
Stop-Service w32time
Start-Service w32time
w32tm /resync3. Verifique que estatus de la sincronización con el siguiente comando:
w32tm /query /status
0 on: "Configurar servidor NTP en Windows Server 2016"