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
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
