View Full Version : DNS properties
shimon75
12-25-2001, 10:01 AM
Hello,
I need to change the DNS suffix on 50 machines. The problem is that these machines are NT and not 2000. I'm looking for some command line utility that can perform this action. Please help.
POBrien
12-26-2001, 03:28 AM
Run the reg entries below in the users login script.
In the example below, notice that the suffix test.com is listed first. This will also be listed first in the Domain suffix search box order via the TCPIP properties.
REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\T cpip\Parameters]
"SearchList"="test.com host.com"
shimon75
12-30-2001, 09:40 AM
Do you know how to do this in Win2000?I found 2 places :
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters]
"SearchList"="test.com ,host.com"
and
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\T cpip\Parameters]
"SearchList"="test.com ,host.com"
Both of them changes the DNS suffix but is does not work... May be I missed something?
POBrien
12-30-2001, 09:41 PM
sorry about that....
I posted the path ControlSet001
it should be CurrentControlSet only.
the above is the same whether it's NT or 2000.
Powered by vBulletin™ Version 4.1.0 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.