Tips to fixing Windows Time Server
This tip was recently offered on the SBS2003 public newsgroup (thanks R Stovall!): Here is the definitive answer as far as I am concerned. I used to have all kinds of trouble with various clients and servers, but once I figured out the sequence of commands I haven’t had a single problem. Honest!Run the following on the problem machine:net time /querysntp (this will tell you what your currently configured time source is)net stop w32timenet time \\(problem-machine) /setsntp:goodsntpservername (more than likely your PDC emulator)net start w32timew32tm /resyncBoom. Done. Happy as a clam!PS You should be able to eliminate the \\(problem-machine) argument … Continue reading Tips to fixing Windows Time Server