Migrating to DHCP

  • Thread starter Thread starter Michael Haskell
  • Start date Start date
M

Michael Haskell

Believe it or not there are still companies that have IT people that don't
depoly DHCP and just so happens I just started working for one such company.
Anyways I'm trying to find an easy way to change all the clients (300) over
to DHCP from static IP addressing. I've been unable to locate a script,
program or GP setting that will assist and I don't want to have to do this
manually.

Any ideas or suggestions we be great!
 
=?Utf-8?B?TWljaGFlbCBIYXNrZWxs?=
Believe it or not there are still companies that have IT people
that don't depoly DHCP and just so happens I just started working
for one such company.
Anyways I'm trying to find an easy way to change all the clients
(300) over
to DHCP from static IP addressing. I've been unable to locate a
script, program or GP setting that will assist and I don't want to
have to do this manually.

Any ideas or suggestions we be great!

The "netsh" command should do it....

netsh interface ip set address name="Local Area Connection" source=dhcp

HTH,
John
 
Back
Top