Evento 129 "NtpClient was unable to set a domain peer to use as a time source because of discovery error. NtpClient will try again in 3473457 minutes and double the reattempt interval thereafter. The error was: The entry is not found. (0x800706E1)"
Resetear el Time Service a por defecto:
net stop w32time
w32tm /unregister
w32tm /register
net start w32time
Luego configurar para que se sincronice en la jerarquia del Dominio:
w32tm /config /syncfromflags:domhier /update
net stop w32time
net start w32time
Resetear el Time Service a por defecto:
net stop w32time
w32tm /unregister
w32tm /register
net start w32time
Luego configurar para que se sincronice en la jerarquia del Dominio:
w32tm /config /syncfromflags:domhier /update
net stop w32time
net start w32time