| Author | Messages | |
tkern@xxxx.yyy
 | | 09/22/2005 6:20 AM |
| I know this was discussed on the list earlier(can't seem to find it), but is this article correct and are these the only ways to programmatically alter the dns suffix search list?
http://support.microsoft.com/kb/q275553/
Is there an easy way to do this for many computers, say from a text file?
Thanks
.+-�w�i���+�����@Bm����+�*�ˊ�����r�zm����V�r�y����4���i����� | | | |
| AndrewCace@xxxx.yyy
 | | 09/22/2005 6:33 AM |
| arrDNSSuffixes = Array("suffix1.com", "suffix2.com", "suffix3.com", "suffix4.com")
Set objWMIService = GetObject("winmgmts:" & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set objNetworkSettings = objWMIService.Get("Win32_NetworkAdapterConfiguration")
objNetworkSettings.SetDNSSuffixSearchOrder(arrDNSSuffixes)
This code should work as is, provided you find a way to populate the strComputer value. In my experience, it takes about 6 seconds to connect to a remote computer and make the changes.
-Andrew
-----Original Message-----
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx [mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of Kern, Tom
Sent: Thursday, September 22, 2005 1:06 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: [ActiveDir] dns suffix search list
I know this was discussed on the list earlier(can't seem to find it), but is this article correct and are these the only ways to programmatically alter the dns suffix search list?
http://support.microsoft.com/kb/q275553/
Is there an easy way to do this for many computers, say from a text file?
Thanks
.+-wi0-+Ö¬@Bm+v*ËŠEÖ«rzm Vry&-4ibb
Attachment:
smime.p7s | | | |
| GuidoG
Posts:114
 | | 09/22/2005 6:40 AM |
| the article is correct for Win2000 clients/servers - but for XP clients and Win 2003 servers you can change the DNS suffix search list via GPO.
Other option is to use a startup-script for your clients/servers setting the "HKLM\System\CurrentControlSet\Services\TCPIP\Parameters\SearchList" RegKey via the script - the script could even query a text-file to set the suffix as appropriate for the respective machine.
/Guido
-----Original Message-----
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx [mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of Kern, Tom
Sent: Donnerstag, 22. September 2005 20:06
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: [ActiveDir] dns suffix search list
I know this was discussed on the list earlier(can't seem to find it), but is this article correct and are these the only ways to programmatically alter the dns suffix search list?
http://support.microsoft.com/kb/q275553/
Is there an easy way to do this for many computers, say from a text file?
Thanks
.+-wi0-+Ö¬@Bm+v*ËŠEÖ«rzm Vry&-4ibb | | | |
| tkern@xxxx.yyy
 | | 09/22/2005 7:37 AM |
| -----Original Message-----
From: Grillenmeier, Guido [mailto:guido.grillenmeier@xxxxxx]
Sent: Thu 9/22/2005 2:31 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Cc:
Subject: RE: [ActiveDir] dns suffix search list
> | | | |
| ZJORZ
Posts:389
 | | 09/22/2005 7:58 AM |
| And additional to what Guido said...
you can create your own custom ADM and import it into a GPO (don't forget to disable the filtering, otherwise you will not see it) and attach that to the OU if contains Windows 2000 clients/servers (otherwise you can use group filtering)
The contents of the ADM would be:
CLASS MACHINE
CATEGORY "System"
CATEGORY "Custom Settings DNS"
KEYNAME "System\CurrentControlSet\Services\TCPIP\Parameters"
POLICY "DNS Suffix Search List"
EXPLAIN "EXPLANATION: Determines the DNS suffixes to attach to an unqualified single-label name before submission of a DNS query for that name.\n\nAn unqualified single-label name contains no dots, such as "example". This is different from a fully qualified domain name, such as "example.microsoft.com.".\n\nWith this setting enabled, when a user submits a query for a single-label name, such as "example", a local DNS client attaches a suffix, such as "microsoft.com", resulting in the query "example.microsoft.com", before sending the query to a DNS server.\n\nIf you enable this setting, you can specify the DNS suffixes to attach before submission of a query for an unqualified single-label name. The values of the DNS suffixes in this setting may be set using comma-separated strings, such as "microsoft.com,serverua.microsoft.com,office.microsoft.com". One DNS suffix is attached for each submission of a query. If a query is unsuccessful, a new DNS suffix is added in place of the failed suffix, and this new query is submitted. The values are used in the order they appear in the string, starting with the leftmost value and preceding to the right.\n\nIf you enable this setting, you must specify at least one suffix.\n\nIf you disable this setting, the primary DNS suffix and network connection-specific DNS suffixes are appended to the unqualified queries.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration."
PART "DNS Suffixes:" EDITTEXT REQUIRED
VALUENAME "SearchList"
END PART
END POLICY
END CATEGORY
END CATEGORY
Cheers
Jorge
________________________________
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx on behalf of Grillenmeier, Guido
Sent: Thu 9/22/2005 8:31 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: RE: [ActiveDir] dns suffix search list
the article is correct for Win2000 clients/servers - but for XP clients and Win 2003 servers you can change the DNS suffix search list via GPO.
Other option is to use a startup-script for your clients/servers setting the "HKLM\System\CurrentControlSet\Services\TCPIP\Parameters\SearchList" RegKey via the script - the script could even query a text-file to set the suffix as appropriate for the respective machine.
/Guido
-----Original Message-----
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx [mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of Kern, Tom
Sent: Donnerstag, 22. September 2005 20:06
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: [ActiveDir] dns suffix search list
I know this was discussed on the list earlier(can't seem to find it), but is this article correct and are these the only ways to programmatically alter the dns suffix search list?
http://support.microsoft.com/kb/q275553/ Is there an easy way to do this for many computers, say from a text file?
Thanks
.+-wi0-+?@Bm+v*?E?rzm Vry&-4ibb
.BövrzÊryi
This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/ | | | |
| bdesmond
Posts:995
 | | 09/22/2005 10:52 AM |
| Thanks,
Brian Desmond
brian@xxxxxxxxxxxxxxxx
c - 312.731.3132
_____
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
[mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of Kern, Tom
Sent: Thursday, September 22, 2005 2:50 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: RE: [ActiveDir] dns suffix search list
I'm only running win2k
I'd like to make the script query a text file of client names, so i can just
execute it from my desktop rather than a script.
how would i go about doing that?
Thanks
-----Original Message-----
From: Grillenmeier, Guido [mailto:guido.grillenmeier@xxxxxx]
Sent: Thu 9/22/2005 2:31 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Cc:
Subject: RE: [ActiveDir] dns suffix search list
> | | | |
| MarcusOh
Posts:14
 | | 09/23/2005 1:32 AM |
| Didn™t say modify¦ but you can give a new
search suffix list through DHCP. The option # is 135 and labeled Domain
suffix search order. Hmmm¦ if that options doesn™t do what I thought it did¦ I
might have to pay more attention to this thread. J
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
[mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On
Behalf Of Phil Renouf
Sent: Friday, September 23, 2005
1:11 AM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: Re: [ActiveDir] dns
suffix search list
You can not modify the search suffix list via DHCP.
Phil
On 9/22/05, Dan
Holme
wrote:
Marcus: What scope option is that? Funny¦ I thot
it was there too and couldn't find the option¦
Tom:
http://www.microsoft.com/technet/scriptcenter/scripts/network/client/modify/nwmovb21.mspx
is the WMI script
also
Group Policy allows configuring the DNS Suffix Search Order.
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
[mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx]
On Behalf Of Marcus.Oh@xxxxxxx
Sent: Thursday, September 22, 2005
8:08 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: RE: [ActiveDir] dns
suffix search list
By lots of machines, are you referring to workstations?
If so, are they in a scope that's managed by DHCP? You could manipulate
the search suffix that way¦
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
[mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx]
On Behalf Of Kern, Tom
Sent: Thursday, September 22, 2005
2:50 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: RE:
[ActiveDir] dns suffix search list
I'm only
running win2k
I'd like
to make the script query a text file of client names, so i can just execute it
from my desktop rather than a script.
how would
i go about doing that?
Thanks
-----Original
Message-----
From: Grillenmeier,
Guido [mailto: guido.grillenmeier@xxxxxx]
Sent: Thu 9/22/2005
2:31 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Cc:
Subject: RE: [ActiveDir] dns
suffix search list | | | |
| tkern@xxxx.yyy
 | | 09/23/2005 1:44 AM |
| -----Original Message-----
From: Marcus.Oh@xxxxxxx [mailto:Marcus.Oh@xxxxxxx]
Sent: Fri 9/23/2005 9:28 AM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Cc:
Subject: RE: [ActiveDir] dns suffix search list
> | | | |
| AD00000971
Posts:0
 | | 09/23/2005 1:54 AM |
| I had a long discussion with PSS about dns suffix search
order lists through DHCP. It doesn't do what is expected so it doesn't
really work and its not supported by MS. You have to use the GPO to deploy
the suffix order.
It seems that this is only here to be used with boot up and
third party software.
I found this out at the same time that I found out that
NSLOOKUP was broke in XP and only fixed in after SP2.
Charlie From: Marcus.Oh@xxxxxxx
[mailto:Marcus.Oh@xxxxxxx] Sent: Friday, September 23, 2005 8:29
AMTo: ActiveDir@xxxxxxxxxxxxxxxxxxSubject: RE: [ActiveDir]
dns suffix search list Didn't say modify... but
you can give a new search suffix list through DHCP. The option # is 135
and labeled "Domain suffix search order". Hmmm... if that options doesn't do
what I thought it did... I might have to pay more attention to this thread.
J
From:
ActiveDir-owner@xxxxxxxxxxxxxxxxxx [mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx]
On Behalf Of Phil
RenoufSent: Friday, September
23, 2005 1:11 AMTo:
ActiveDir@xxxxxxxxxxxxxxxxxxSubject: Re: [ActiveDir] dns suffix search
list
You can not modify the search suffix list via
DHCP.
Phil
On 9/22/05, Dan Holme dan.holme@xxxxxxxxxxxxx> wrote:
Marcus: What
scope option is that? Funny... I thot it was there too and couldn't find the
option...
Tom:
http://www.microsoft.com/technet/scriptcenter/scripts/network/client/modify/nwmovb21.mspx
is the WMI script
also
Group Policy allows
configuring the DNS Suffix Search Order.
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx [mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of Marcus.Oh@xxxxxxxSent: Thursday, September 22, 2005 8:08 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxxSubject: RE: [ActiveDir] dns suffix search
list
By lots of machines,
are you referring to workstations? If so, are they in a scope that's
managed by DHCP? You could manipulate the search suffix that way...
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx [mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of Kern, TomSent: Thursday, September 22, 2005 2:50
PMTo: ActiveDir@xxxxxxxxxxxxxxxxxxSubject: RE: [ActiveDir] dns suffix search
list
I'm only
running win2k
I'd like to
make the script query a text file of client names, so i can just execute it from
my desktop rather than a script.
how would i
go about doing that?
Thanks
-----Original Message-----
From: Grillenmeier,
Guido [mailto: guido.grillenmeier@xxxxxx] Sent: Thu 9/22/2005 2:31 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx Cc: Subject: RE: [ActiveDir] dns suffix
search list | | | |
| MarcusOh
Posts:14
 | | 09/23/2005 3:10 AM |
| By lots of machines, are you referring to
workstations? If so, are they in a scope that™s managed by DHCP? You could
manipulate the search suffix that way¦
From:
ActiveDir-owner@xxxxxxxxxxxxxxxxxx [mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of Kern, Tom
Sent: Thursday, September 22, 2005
2:50 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: RE: [ActiveDir] dns
suffix search list
I'm only running win2k
I'd like to make the script query a text file of client names, so i can
just execute it from my desktop rather than a script.
how would i go about doing that?
Thanks
-----Original
Message-----
From: Grillenmeier, Guido
[mailto:guido.grillenmeier@xxxxxx]
Sent: Thu 9/22/2005 2:31 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Cc:
Subject: RE: [ActiveDir] dns
suffix search list | | | |
| AD00000900
Posts:0
 | | 09/23/2005 3:20 AM |
| I believe you can do it through WMI, but I don't have any of that code
handy. --------
Roger Seielstad
E-mail Geek
-----Original Message-----
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
[mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of Kern, Tom
Sent: Thursday, September 22, 2005 11:06 AM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: [ActiveDir] dns suffix search list
I know this was discussed on the list earlier(can't seem to find it), but is
this article correct and are these the only ways to programmatically alter
the dns suffix search list?
http://support.microsoft.com/kb/q275553/
Is there an easy way to do this for many computers, say from a text file?
Thanks
.+-wmibb+?KE0+v*?.+-jq.+-j!ij)j!ribb4-
List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/ | | | |
| danholme
Posts:165
 | | 09/23/2005 3:43 AM |
| Marcus: What scope option is that? Funny¦
I thot it was there too and couldn™t find the option¦
Tom:
http://www.microsoft.com/technet/scriptcenter/scripts/network/client/modify/nwmovb21.mspx
is the WMI script
also
Group Policy allows configuring the DNS
Suffix Search Order.
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
[mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On
Behalf Of Marcus.Oh@xxxxxxx
Sent: Thursday, September 22, 2005
8:08 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: RE: [ActiveDir] dns
suffix search list
By lots of machines, are you referring to
workstations? If so, are they in a scope that™s managed by
DHCP? You could manipulate the search suffix that way¦
From:
ActiveDir-owner@xxxxxxxxxxxxxxxxxx [mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of Kern, Tom
Sent: Thursday, September 22, 2005
2:50 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: RE: [ActiveDir] dns
suffix search list
I'm only running win2k
I'd like to make the script query a text file of client names, so i can
just execute it from my desktop rather than a script.
how would i go about doing that?
Thanks
-----Original
Message-----
From: Grillenmeier, Guido
[mailto:guido.grillenmeier@xxxxxx]
Sent: Thu 9/22/2005 2:31 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Cc:
Subject: RE: [ActiveDir] dns
suffix search list | | | |
| prenouf
Posts:2
 | | 09/23/2005 5:12 AM |
| Marcus: What scope option is that? Funny¦ I thot it was there too and couldn't find the option¦
Tom:
http://www.microsoft.com/technet/scriptcenter/scripts/network/client/modify/nwmovb21.mspx is the WMI script
also
Group Policy allows configuring the DNS Suffix Search Order.
From:
ActiveDir-owner@xxxxxxxxxxxxxxxxxx [mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx]
On Behalf Of Marcus.Oh@xxxxxxxSent: Thursday, September 22, 2005 8:08 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: RE: [ActiveDir] dns suffix search list
By lots of machines, are you referring to workstations? If so, are they in a scope that's managed by DHCP? You could manipulate the search suffix that way¦
From:
ActiveDir-owner@xxxxxxxxxxxxxxxxxx [mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx]
On Behalf Of Kern, TomSent: Thursday, September 22, 2005 2:50 PMTo:
ActiveDir@xxxxxxxxxxxxxxxxxxSubject: RE: [ActiveDir] dns suffix search list
I'm only running win2k
I'd like to make the script query a text file of client names, so i can just execute it from my desktop rather than a script. how would i go about doing that?
Thanks -----Original Message----- From: Grillenmeier, Guido [mailto:
guido.grillenmeier@xxxxxx] Sent: Thu 9/22/2005 2:31 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Cc: Subject: RE: [ActiveDir] dns suffix search list | | | |
| MarcusOh
Posts:14
 | | 09/23/2005 5:17 AM |
| Pita. Thanks for the info!
:m:dsm:cci:mvp
From:
ActiveDir-owner@xxxxxxxxxxxxxxxxxx [mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of Carerros, Charles
Sent: Friday, September 23, 2005
9:43 AM
To: 'ActiveDir@xxxxxxxxxxxxxxxxxx'
Subject: RE: [ActiveDir] dns
suffix search list
I had a long discussion with PSS about dns
suffix search order lists through DHCP. It doesn't do what is expected so
it doesn't really work and its not supported by MS. You have to use the
GPO to deploy the suffix order.
It seems that this is only here to be used
with boot up and third party software.
I found this out at the same time that I
found out that NSLOOKUP was broke in XP and only fixed in after SP2.
Charlie
From:
Marcus.Oh@xxxxxxx [mailto:Marcus.Oh@xxxxxxx]
Sent: Friday, September 23, 2005
8:29 AM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: RE: [ActiveDir] dns
suffix search list
Didn't say modify... but you can give a
new search suffix list through DHCP. The option # is 135 and labeled
"Domain suffix search order". Hmmm... if that options doesn't
do what I thought it did... I might have to pay more attention to this
thread. J
From:
ActiveDir-owner@xxxxxxxxxxxxxxxxxx [mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of Phil Renouf
Sent: Friday, September 23, 2005 1:11
AM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: Re: [ActiveDir] dns
suffix search list
You can not modify the search suffix list via DHCP.
Phil
On 9/22/05, Dan
Holme
wrote:
Marcus: What scope option is that? Funny... I
thot it was there too and couldn't find the option...
Tom:
http://www.microsoft.com/technet/scriptcenter/scripts/network/client/modify/nwmovb21.mspx
is the WMI script
also
Group Policy allows configuring the DNS Suffix Search Order.
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
[mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx]
On Behalf Of Marcus.Oh@xxxxxxx
Sent: Thursday, September 22, 2005
8:08 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: RE: [ActiveDir] dns
suffix search list
By lots of machines, are you referring to workstations?
If so, are they in a scope that's managed by DHCP? You could manipulate
the search suffix that way...
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
[mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx]
On Behalf Of Kern, Tom
Sent: Thursday, September 22, 2005
2:50 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: RE: [ActiveDir]
dns suffix search list
I'm only
running win2k
I'd like
to make the script query a text file of client names, so i can just execute it
from my desktop rather than a script.
how would
i go about doing that?
Thanks
-----Original
Message-----
From: Grillenmeier,
Guido [mailto: guido.grillenmeier@xxxxxx]
Sent: Thu 9/22/2005
2:31 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Cc:
Subject: RE: [ActiveDir] dns
suffix search list | | | |
| deji
Posts:262
 | | 09/23/2005 5:21 AM |
| This is not in DHCP. This is GPO or script thing. Something like this:
http://www.mail-archive.com/activedir@xxxxxxxxxxxxxxxxxx/msg32800.html, for
non-XP clients
Sincerely,
Dèjì Akómöláfé, MCSE+M MCSA+M MCP+I
Microsoft MVP - Directory Services
www.readymaids.com - we know IT
www.akomolafe.com
Do you now realize that Today is the Tomorrow you were worried about
Yesterday? -anon
________________________________
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx on behalf of Dan Holme
Sent: Thu 9/22/2005 8:28 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: RE: [ActiveDir] dns suffix search list
Marcus: What scope option is that? Funny... I thot it was there too and
couldn't find the option...
Tom:
http://www.microsoft.com/technet/scriptcenter/scripts/network/client/modify/n
wmovb21.mspx is the WMI script
also
Group Policy allows configuring the DNS Suffix Search Order.
________________________________
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
[mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of Marcus.Oh@xxxxxxx
Sent: Thursday, September 22, 2005 8:08 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: RE: [ActiveDir] dns suffix search list
By lots of machines, are you referring to workstations? If so, are they in a
scope that's managed by DHCP? You could manipulate the search suffix that
way...
________________________________
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
[mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On Behalf Of Kern, Tom
Sent: Thursday, September 22, 2005 2:50 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: RE: [ActiveDir] dns suffix search list
I'm only running win2k
I'd like to make the script query a text file of client names, so i can just
execute it from my desktop rather than a script.
how would i go about doing that?
Thanks
-----Original Message-----
From: Grillenmeier, Guido [mailto:guido.grillenmeier@xxxxxx]
Sent: Thu 9/22/2005 2:31 PM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Cc:
Subject: RE: [ActiveDir] dns suffix search list
List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/ | | | |
| MarcusOh
Posts:14
 | | 09/23/2005 5:41 AM |
| This refers to Win2k¦ so I think that™s
the discrepancy. I™m using 2003 where that option does exist. Although¦ from
the sound of this thread, the option isn™t working anyway.
:m:dsm:cci:mvp
From: ActiveDir-owner@xxxxxxxxxxxxxxxxxx
[mailto:ActiveDir-owner@xxxxxxxxxxxxxxxxxx] On
Behalf Of Kern, Tom
Sent: Friday, September 23, 2005
9:41 AM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Subject: RE: [ActiveDir] dns
suffix search list
uh...., my options stop at # 76 on my win2k sp4 dhcp server.
I don't even go as high as 135....
i guess you have a special dhcp server.
anyhoo, i've never seen being able to set this in dhcp and MS claims
you can't here-
http://support.microsoft.com/kb/q275553/
That article was last reviewed on 6/13/05. i doubt anything changed
since then.
MS claims its a limitation of DHCP protocol and not their or anyone
else's server....
-----Original
Message-----
From: Marcus.Oh@xxxxxxx
[mailto:Marcus.Oh@xxxxxxx]
Sent: Fri 9/23/2005 9:28 AM
To: ActiveDir@xxxxxxxxxxxxxxxxxx
Cc:
Subject: RE: [ActiveDir] dns
suffix search list | | | |
|
|