Deploy DNS Settings to Windows 2000 Pro

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

We run an environment with a large number of Windows 2000
workstations. All workstations in our company have static
IP address settings. We just implemented a DNS Server and
we would like to deploy the settings: PRIMARY DNS Server,
dns suffix for this connection, and search order suffixes.

Can we do this with a SCRIPT because on our Windows 95
machines we just pushed out a .reg file, but on 2000 you
can't do that. When you go to ControlSet01/services/tcpip
the adapters all have a different key name.

Does anyone have a script that will do that on a Windows
2000 machine. or do we have to visit these machines and
change each one?

Thanks,
Steve
 
In
Steve said:
We run an environment with a large number of Windows 2000
workstations. All workstations in our company have static
IP address settings. We just implemented a DNS Server and
we would like to deploy the settings: PRIMARY DNS Server,
dns suffix for this connection, and search order suffixes.

Can we do this with a SCRIPT because on our Windows 95
machines we just pushed out a .reg file, but on 2000 you
can't do that. When you go to ControlSet01/services/tcpip
the adapters all have a different key name.

Does anyone have a script that will do that on a Windows
2000 machine. or do we have to visit these machines and
change each one?

Thanks,
Steve

The DNS server and domain suffix can be and should be published in DHCP the
registry entry can be added in group policies or run as a script on each
machine

Copy this to a text file, edit the search list and save it with a .reg
extension

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"SearchList"="domain1.com.,domain2.com."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

DNS LAN T1 1
Windows 2000 DNS and Exchange Server 2003 problems 1
DNS help 4
Please! Need DNS Help. 3
DNS devolution 2
T1 Networking DNS 1
Windows NT4 DNS Server question 10
DNS Suffixes 2

Back
Top