Score:0

How to correctly sync time of an Hyper-V host which is member of a domain?

ph flag

There are many posts concerning issues when dealing with time synchronisation over a domain which holds virtualised PDC Emulators (see this article).

As a result our PDC Emulator time (and domain time), although configured to sync from an authoritative NTP server, was wrong because of the Hyper-V Integration services/Time synchronisation. As soon as this was disabled, the PDC emulator (and domain) time began synchronising correctly, but the Hyper-V host time kept being wrong.

I suspect the Hyper-V host (2019) is not synchronising time from the domain.

How can I ensure this?

Score:2
cv flag

From an elevated command prompt on the Hyper-V host run the following:

net stop w32time
w32tm /unregister
w32tm /register
net start w32time
w32tm /config /syncfromflags:DOMHIER /update
net stop w32time
net start w32time
ph flag
Thanks @joeqwerty
Paul Gear avatar
cn flag
@joeqwerty, it would be great if you could expand the answer a little to explain what those commands do. I assume they are telling Windows to ignore NTP and use the domain's time sync services instead, but it would be nice if this could be made explicit in the answer.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.