Hi all,
I need to change the timezone for all my azure VMs, but I do not know the right way for that.
I have an Windows AD in the Azure and many others Windows Server AVMs inside this domain.
I ran the command w32tm /dumpreg /subkey:Parameters | findstr /i "type" in my domain controller and in my other windows servers azure vms. The output for DC was Value Data = NTP and for the other one was Value Data = NT5DS
Then ran the command w32tm /query /source for both servers, and for both the output was the same: VM IC Time Synchronization Provider
So, how can I change the time for whole environment, just change in DC and all the clients in the domain will update? I need to change inside the Azure Portal and if so, how do it? Etc.
Thanks in advance