Change network settings on clients
I need to update clients that have static DNS server entries and set them to get them from DHCP. How do I do that with my KACE 1000 appliance?
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
flip1001
8 years ago
The answer is in the following like, but you may need to do some modifications to the netsh commandline if your connection is not the default name.
You may also set a custom inventory rule so you only run the command on machines not setting DNS through DHCP.
https://www.petri.com/forums/forum/windows-scripting/general-scripting/38235-change-the-ip-and-dns-setting-from-static-into-dynamic-using-dhcp
You may also set a custom inventory rule so you only run the command on machines not setting DNS through DHCP.
https://www.petri.com/forums/forum/windows-scripting/general-scripting/38235-change-the-ip-and-dns-setting-from-static-into-dynamic-using-dhcp
netsh interface ip set dns "Local Area Connection" dhcp