My whole domain is suffering from some massive time settings issues. I really need some feedback on how to resolve this.
First off let me give you the layout of my domain:
Hyper-V Host 1 - Hosting: DC01, MISC VMs Hyper-V Host 2 - Hosting: DC02, MISC VMs
Now let me show you what my goal is:
DC01 - Primary Time Server, SYNC Time Externally DC02 - Sync with DC01 HYPER-V HOST 01 - Sync with DC01 HYPER-V HOST 02 - Sync with DC01 MISC - Sync with DC01
Note: Should DC02 also offer time? Or sync with DC01 as all others?
Now the issue I am facing when attempting to tell my servers to sync with the domain controller or anything externally, they simply do not seem to change settings.
I attempted to run this on the Hyper-V Host:
w32tm /config /syncfromflags:domhier /update net stop w32time net start w32time
Then I did a query for the settings:
w32tm /query / source Result: Local CMOS Clock
None of my servers, desktops etc... will change who they sync with... I even attempted to setup each server to just sync with any public time provider and the settings never seem to take any effect.
I tried resetting the time service settings to default:
net stop w32time w32tm /unregister w32tm /register net start w32time
In the end nothing is working out for me. I can no longer RDP to my Hyper-V servers as they time is "off" and even when setting the times manually it makes no difference.
Any help would be appreciated!
Thank You