Just checking in to see if you had a chance to review the response provided to your question.
Use an internal NTP source (recommended in enterprise). Example:
Primary Time Server: ntp.corp.local
On the node itself, test:
w32tm /stripchart /computer:time.windows.com /dataonly /samples:3
If it fails -> UDP/123 is blocked, or DNS is wrong.
Or try setting:
pool.ntp.org
- Or even the IP address of the NTP server (instead of FQDN).
Example:
Primary NTP server: 216.239.35.0 (one of Google’s NTP IPs)
Feel free to reach out if you have any further queries.