Warning: strstr() [function.strstr]: Empty delimiter in [path]/includes/class_postbit.php(294) : eval()'d code on line 167

Warning: strstr() [function.strstr]: Empty delimiter in [path]/includes/class_postbit.php(294) : eval()'d code on line 167

Warning: strstr() [function.strstr]: Empty delimiter in [path]/includes/class_postbit.php(294) : eval()'d code on line 167

Warning: strstr() [function.strstr]: Empty delimiter in [path]/includes/class_postbit.php(294) : eval()'d code on line 167

Warning: strstr() [function.strstr]: Empty delimiter in [path]/includes/class_postbit.php(294) : eval()'d code on line 167

Warning: strstr() [function.strstr]: Empty delimiter in [path]/includes/class_postbit.php(294) : eval()'d code on line 167
XP, Time from PDC or Time.Windows.Com? - Windows XP
TechTalkz.com Logo

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Tech Support Archives > Microsoft > Windows XP

Notices

XP, Time from PDC or Time.Windows.Com?

Windows XP


Reply
 
Thread Tools Display Modes
Old 17-08-2007, 02:29 PM   #1
Guest
 
Posts: n/a
XP, Time from PDC or Time.Windows.Com?

I was looking at some XP Pro boxes in our domain, and though, when in a
domain, the "Time Server" tab doesn't show up, querysntp still yields
time.windows.com,0x1 as the SNTP source. I don't want them to go there, I
want them to get their time from the PDC emulator just like the 2000 boxes.
Are these XP pro boxes getting their time from time.windows.com or does the
fact that they are in a domain override that? If not, am I correct in
assuming I can choose not to use a time server prior to joining a domain?


  Reply With Quote
Old 17-08-2007, 02:29 PM   #2
Ace Fekay [MVP]
Guest
 
Posts: n/a
Re: XP, Time from PDC or Time.Windows.Com?

In news:%.gbl,
- <-> typed:
> I was looking at some XP Pro boxes in our domain, and though, when in
> a domain, the "Time Server" tab doesn't show up, querysntp still
> yields time.windows.com,0x1 as the SNTP source. I don't want them to
> go there, I want them to get their time from the PDC emulator just
> like the 2000 boxes. Are these XP pro boxes getting their time from
> time.windows.com or does the fact that they are in a domain override
> that? If not, am I correct in assuming I can choose not to use a
> time server prior to joining a domain?


By default, all domain members will use the PDC Emulator in an AD domain for
their time source. In order to initialize the time source on a 2000 PDC
Emulator, perform the following:

net time /setsntp:time.windows.com
net stop w32time
w32tm -once
net start w32time

On the 2003 PDC Emulator:

net time /setsntp:time.windows.com
net stop w32time
net start w32time

That's it.

--
Regards,
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft MVP - Directory Services
Microsoft Certified Trainer

Infinite Diversities in Infinite Combinations

Having difficulty reading or finding responses to your post?
Instead of the website you're using, try using OEx (Outlook Express
or any other newsreader), and configure a news account, pointing to
news.microsoft.com. Anonymous access. It's free - no username or password
required nor do you need a Newsgroup Usenet account with your ISP. It
connects directly to the Microsoft Public Newsgroups. OEx allows you
o easily find, track threads, cross-post, sort by date, poster's name,
watched threads or subject. It's easy:

How to Configure OEx for Internet News


"Quitting smoking is easy. I've done it a thousand times." - Mark Twain


  Reply With Quote
Old 17-08-2007, 02:31 PM   #3
Guest
 
Posts: n/a
Re: XP, Time from PDC or Time.Windows.Com?

Hi Ace,

If that is the case, then why do I see "time.windows.com" when I do a
querysntp from the XP desktop? It's in the domain...

Thanks


"Ace Fekay [MVP]" <> wrote in message
news:.gbl...
> In news:%.gbl,
> - <-> typed:
>> I was looking at some XP Pro boxes in our domain, and though, when in
>> a domain, the "Time Server" tab doesn't show up, querysntp still
>> yields time.windows.com,0x1 as the SNTP source. I don't want them to
>> go there, I want them to get their time from the PDC emulator just
>> like the 2000 boxes. Are these XP pro boxes getting their time from
>> time.windows.com or does the fact that they are in a domain override
>> that? If not, am I correct in assuming I can choose not to use a
>> time server prior to joining a domain?

>
> By default, all domain members will use the PDC Emulator in an AD domain
> for their time source. In order to initialize the time source on a 2000
> PDC Emulator, perform the following:
>
> net time /setsntp:time.windows.com
> net stop w32time
> w32tm -once
> net start w32time
>
> On the 2003 PDC Emulator:
>
> net time /setsntp:time.windows.com
> net stop w32time
> net start w32time
>
> That's it.
>
> --
> Regards,
> Ace
>
> This posting is provided "AS-IS" with no warranties or guarantees and
> confers no rights.
>
> Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
> Microsoft MVP - Directory Services
> Microsoft Certified Trainer
>
> Infinite Diversities in Infinite Combinations
>
> Having difficulty reading or finding responses to your post?
> Instead of the website you're using, try using OEx (Outlook Express
> or any other newsreader), and configure a news account, pointing to
> news.microsoft.com. Anonymous access. It's free - no username or password
> required nor do you need a Newsgroup Usenet account with your ISP. It
> connects directly to the Microsoft Public Newsgroups. OEx allows you
> o easily find, track threads, cross-post, sort by date, poster's name,
> watched threads or subject. It's easy:
>
> How to Configure OEx for Internet News
>
>
> "Quitting smoking is easy. I've done it a thousand times." - Mark Twain
>



  Reply With Quote
Old 17-08-2007, 02:32 PM   #4
Ace Fekay [MVP]
Guest
 
Posts: n/a
Re: XP, Time from PDC or Time.Windows.Com?

In news:.gbl,
- <-> typed:
> Hi Ace,
>
> If that is the case, then why do I see "time.windows.com" when I do a
> querysntp from the XP desktop? It's in the domain...
>
> Thanks


That's the default time server with all Windows machines.

Just to insure AD client config, are all your machines only pointing to the
internal DNS in their ip properties (no ISP DNS)?

Also try this:
Try net time /domain


Then
net time /querysntp


Ace


  Reply With Quote
Old 17-08-2007, 02:33 PM   #5
Guest
 
Posts: n/a
Re: XP, Time from PDC or Time.Windows.Com?

Yes, all clients point internally to the DNS on the domain controllers, this
is provided by DHCP. I ran the commands and they came back as expected. So
basically I don't need to worry about what XP says as long as its a member
of the domain?



"Ace Fekay [MVP]" <> wrote in message
news:.gbl...
> In news:.gbl,
> - <-> typed:
>> Hi Ace,
>>
>> If that is the case, then why do I see "time.windows.com" when I do a
>> querysntp from the XP desktop? It's in the domain...
>>
>> Thanks

>
> That's the default time server with all Windows machines.
>
> Just to insure AD client config, are all your machines only pointing to
> the internal DNS in their ip properties (no ISP DNS)?
>
> Also try this:
> Try net time /domain
>
>
> Then
> net time /querysntp
>
>
> Ace
>



  Reply With Quote
Old 17-08-2007, 02:33 PM   #6
Ace Fekay [MVP]
Guest
 
Posts: n/a
Re: XP, Time from PDC or Time.Windows.Com?

In news:.gbl,
- <-> typed:
> Yes, all clients point internally to the DNS on the domain
> controllers, this is provided by DHCP. I ran the commands and they
> came back as expected. So basically I don't need to worry about what
> XP says as long as its a member of the domain?


I would say that's a good bet. Run the following and what do you get?

net time /domain?

It should pull it from the PDC emulator. Check it out.

Hey, I know it looks at the PDC Emulator, but if you want, you can use this
batch and call it in your master logon script to insure it sets it on all
machines to whatever server you want internally:

======================
@echo off

rem Batch File Edit Date: 11/26/2006

set DOMAIN=YourDomainNetBIOSName
set TIMESVR=ServerNetBIOSName

echo *************************************************
echo.
echo WELCOME TO THE %DOMAIN% DOMAIN
echo.
echo *************************************************
echo Setting local clock
net time \\%TIMESVR% /set /y

:End
=======================



Cheers!

Ace


  Reply With Quote
Old 17-08-2007, 02:34 PM   #7
Guest
 
Posts: n/a
Re: XP, Time from PDC or Time.Windows.Com?

It did go to my PDC emulator. Thanks for the script. I'm going to keep a
copy of it, but truth be told, I think we're alright. A 1/4 of our domain
is now at XP and more getting migrated daily, and no one has said anything,
so I think we're ok.



"Ace Fekay [MVP]" <> wrote in message
news:.gbl...
> In news:.gbl,
> - <-> typed:
>> Yes, all clients point internally to the DNS on the domain
>> controllers, this is provided by DHCP. I ran the commands and they
>> came back as expected. So basically I don't need to worry about what
>> XP says as long as its a member of the domain?

>
> I would say that's a good bet. Run the following and what do you get?
>
> net time /domain?
>
> It should pull it from the PDC emulator. Check it out.
>
> Hey, I know it looks at the PDC Emulator, but if you want, you can use
> this batch and call it in your master logon script to insure it sets it on
> all machines to whatever server you want internally:
>
> ======================
> @echo off
>
> rem Batch File Edit Date: 11/26/2006
>
> set DOMAIN=YourDomainNetBIOSName
> set TIMESVR=ServerNetBIOSName
>
> echo *************************************************
> echo.
> echo WELCOME TO THE %DOMAIN% DOMAIN
> echo.
> echo *************************************************
> echo Setting local clock
> net time \\%TIMESVR% /set /y
>
> :End
> =======================
>
>
>
> Cheers!
>
> Ace
>



  Reply With Quote
Old 17-08-2007, 02:34 PM   #8
Keli
Guest
 
Posts: n/a
Re: XP, Time from PDC or Time.Windows.Com?

hi,

as I read :

in registry key

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\W32Time\Parameters]

you can have value
time.windows.com,0x1

for key NtpServer, but it is important that value of key Type is NT5DS,

and machine then use time in domain ...

best regards,
Keli


"-" wrote:

> It did go to my PDC emulator. Thanks for the script. I'm going to keep a
> copy of it, but truth be told, I think we're alright. A 1/4 of our domain
> is now at XP and more getting migrated daily, and no one has said anything,
> so I think we're ok.
>
>
>
> "Ace Fekay [MVP]" <> wrote in message
> news:.gbl...
> > In news:.gbl,
> > - <-> typed:
> >> Yes, all clients point internally to the DNS on the domain
> >> controllers, this is provided by DHCP. I ran the commands and they
> >> came back as expected. So basically I don't need to worry about what
> >> XP says as long as its a member of the domain?

> >
> > I would say that's a good bet. Run the following and what do you get?
> >
> > net time /domain?
> >
> > It should pull it from the PDC emulator. Check it out.
> >
> > Hey, I know it looks at the PDC Emulator, but if you want, you can use
> > this batch and call it in your master logon script to insure it sets it on
> > all machines to whatever server you want internally:
> >
> > ======================
> > @echo off
> >
> > rem Batch File Edit Date: 11/26/2006
> >
> > set DOMAIN=YourDomainNetBIOSName
> > set TIMESVR=ServerNetBIOSName
> >
> > echo *************************************************
> > echo.
> > echo WELCOME TO THE %DOMAIN% DOMAIN
> > echo.
> > echo *************************************************
> > echo Setting local clock
> > net time \\%TIMESVR% /set /y
> >
> > :End
> > =======================
> >
> >
> >
> > Cheers!
> >
> > Ace
> >

>
>
>

  Reply With Quote
Old 17-08-2007, 02:35 PM   #9
Ace Fekay [MVP]
Guest
 
Posts: n/a
Re: XP, Time from PDC or Time.Windows.Com?

In news:%.gbl,
- <-> typed:
> It did go to my PDC emulator. Thanks for the script. I'm going to
> keep a copy of it, but truth be told, I think we're alright. A 1/4
> of our domain is now at XP and more getting migrated daily, and no
> one has said anything, so I think we're ok.


Cool. Sounds like it.

Good luck!

Ace


  Reply With Quote
Old 17-08-2007, 02:35 PM   #10
Ace Fekay [MVP]
Guest
 
Posts: n/a
Re: XP, Time from PDC or Time.Windows.Com?

In news:,
Keli <> typed:
> hi,
>
> as I read :
>
> in registry key
>
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\W32Time\Parameters]
>
> you can have value
> time.windows.com,0x1
>
> for key NtpServer, but it is important that value of key Type is
> NT5DS,
>
> and machine then use time in domain ...
>
> best regards,
> Keli


True. If I remember correctly, NT5DS means NT5 Directory Service.

Ace


  Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
One question about Windows Time Synchronize with Internet Time Ser Xiyangfangzi Windows Vista All 0 17-08-2007 04:34 PM
System restore,file property time stamps and daylight savings time Debbie H. Windows XP 2 16-08-2007 09:24 PM
XP, Time from PDC or Time.Windows.Com? Windows XP 14 16-08-2007 06:43 PM
Windows Time Synchronize Automaticlly with Internet Time Service Xiyangfangzi Windows XP 8 16-08-2007 12:14 PM
Windows Time Synchronize Automaticlly with Internet Time Service Xiyangfangzi Windows XP 0 16-08-2007 12:13 PM


< Windows Help - MS Office Help - Hardware Support >


New To Site? Need Help?

All times are GMT +5.5. The time now is 03:14 PM.


vBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2009, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional