Hi,
I usually use netsh for tasks like this... Here is a sample script (e.g.
startup script)...
netsh interface ip set address name="Local Area Connection" source=dhcp
netsh interface ip set dns name="Local Area Connection" source=dhcp
I hope it helps,
--
Mike
Microsoft MVP - Windows Security
"Mike" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> All workstations are static ip, XP sp2 on domain. DHCP server is
> Server2k3.
>
> Is there an easy way to change all of my workstations from static to DHCP?
> Group Policy? Logon script? Any good ideas?
>
> Thanks,
> Mike
>
|