Forum Discussion
jose_man1010
Aug 06, 2021Copper Contributor
Automatic time change in Windows Server 2012 R2
Hi, everyone, Sorry for my English, I have this problem with the server, The server has the correct time zone, -04: 00 Santiago, but it automatically anticipates the minutes to fix the time, what...
- Aug 06, 2021
Let's do two things, first
w32tm /query /configuration, then check to find the NTPServer: returned and do
w32tm /stripchart /computer:time.windows.com /dataonly /samples:5
as in my example below
Dave Patrick
Aug 06, 2021MVP
Let's do two things, first
w32tm /query /configuration, then check to find the NTPServer: returned and do
w32tm /stripchart /computer:time.windows.com /dataonly /samples:5
as in my example below
- jose_man1010Aug 06, 2021Copper Contributor
Dave Patrick Using the commands that you indicated to me as an administrator, it shows me the following
It should indicate 17:17 but it indicates 21:17
- Dave PatrickAug 06, 2021MVP
so you're saying
w32tm /query /configuration
returns with time.windows.com?- jose_man1010Aug 07, 2021Copper Contributor