dbustamante
IS-IT--Management
ok guys do any of you know how to change an IP and DNS via CMD?. i have a CMD that can change it for the local PC but i need to do it for about 40+ computers. Any ideas?
Heres what i have so far...
netsh interface ip set address name="Local Area Connection" source=static addr=111.222.333.444 mask=111.222.333.444
netsh interface ip set address name="Local Area Connection" gateway=111.222.333.444 gwmetric=0
netsh interface ip set dns name="Local Area Connection" source=static addr=111.222.333.444
netsh interface ip add dns name = "Local Area Connection" addr = 111.222.333.444
Heres what i have so far...
netsh interface ip set address name="Local Area Connection" source=static addr=111.222.333.444 mask=111.222.333.444
netsh interface ip set address name="Local Area Connection" gateway=111.222.333.444 gwmetric=0
netsh interface ip set dns name="Local Area Connection" source=static addr=111.222.333.444
netsh interface ip add dns name = "Local Area Connection" addr = 111.222.333.444