Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need a NETSH register=none equivalent for Windows 2000

Status
Not open for further replies.

jfk8680

Technical User
Dec 20, 2002
116
NL
Hi,

I need to disable dynamic DNS for the nics in our backend and deployment VLANS using a script. On my Windows 2003 machines I can use NETSH:

netsh interface ip set dns name="<nic name>" source=static addr=none register=NONE

To my surprise the Windows 2000 version of NETSH does not support the register=NONE portion.

Is there any way to script this for two particular interfaces?

Thanks!


Jeffrey Kusters
MCSA, MCSE, CCNA, CCNP

rand.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top