I thought that all computers on a Domaain were supposed to sync up with
their DC as their primary NTP server. Why is it that when i run net time
/querysntp i get this then: The current SNTP value is: time.windows.com ;
shouldnt it be the ip or hostname of my DC?

Re: Domain DC Time by Meinolf

Meinolf
Thu May 08 05:24:00 PDT 2008

Hello Ovidio B.,

Is the machine where you run the command the PDCEmulator? If not run
net time \\pdcemulatorname /querysntp then you will see which time source
is used in the domain. Also if you have configured the PDCEmulator for an
external time source you can see with that command. When you run w32tm /resync
/rediscover you can see in the event viewer system log the event id 37 which
will also contain the time server name from your domain.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm

> I thought that all computers on a Domaain were supposed to sync up
> with their DC as their primary NTP server. Why is it that when i run
> net time /querysntp i get this then: The current SNTP value is:
> time.windows.com ; shouldnt it be the ip or hostname of my DC?
>



Re: Domain DC Time by Marcin

Marcin
Thu May 08 05:44:18 PDT 2008

Ovidio,
the output of net time /querysntp command simply provides the value of the
local NtpServer (REG_SZ) registry entry (under
HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Parameters). As long as the
Type entry is set to NT5DS (which you can also verify by running w32tm
/dumpreg /subkey:parameters), the target computer is using domain-based
mechanism for time sync...

hth
Marcin