You led me down the path to fixing this. It was a time synchronization loop between the vitrual PDC Emulator and the host OS.
Main Topics
Browse All TopicsHave a Windows 2008 Hyper-V host server running a DC in a VM. That DC is the Time Server (SNTP) for the network and all PCs get told to look at the server and sync with it in their login script.
The time difference between my time server and the external source on this network increases slowly over time instead of staying in sync. I'm not having this problem on any other non-2008 network that I've setup in the past several years. Is there something different about 2008?
Steps for setting an external source on the Time Server that I used:
Step 1:
Net time /setsntp:tick.usno.navy.mi
W32tm /config /syncfromflags:manual /manualpeerlist:tick.usno.
W32tm /config /reliable:yes
W32tm /config /update
W32tm /resync
Pause
Exit
Step 2:
[HKEY_LOCAL_MACHINE\SYSTEM
"AnnounceFlags"=dword:0000
[HKEY_LOCAL_MACHINE\SYSTEM
"Type"="NTP"
[HKEY_LOCAL_MACHINE\SYSTEM
"Enabled"=dword:00000001
Step 3:
Net stop w32time
Net start w32time
Net time
Pause
Exit
Command in login script:
Net Time \\<LocalTimeServer'sName /Set /Yes
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
The commands I was putting in were fine. The issue was a time synchronization loop between the virtual DC with the PDC Emulator FSMO role that I was using as the Time Server for the network and it's host OS. I had to Disable the Hyper-V Time Synchronization service in the guest OS to prevent the time from changing back to the incorrect time after I would do a sync and the correct time would appear for 1-2 seconds. mkbean's links led me to correct answer.
Business Accounts
Answer for Membership
by: mkbeanPosted on 2008-12-09 at 12:48:58ID: 23133522
I use a combination of the commands you use for syncing time. My first step looks like this: W32tm /config /manualpeerlist:peers /syncfromflags:manual /reliable:yes /update
com/docs/D OC-5961
com/2007/1 1/virtuali zed-domain - controlle rs-time.ht ml
Have you read through this thread on VMWare's site?
http://communities.vmware.
Also another great blog post on a similar issue - http://timjacobs.blogspot.
Brian