R
Ryan
Has any one know how I can use a VB script or run a WMIC
command to configure one or multiple clients to use DHCP
instead of a static IP address?
WMIC allows me to query a group of machines and to find
which NIC has IP enabled, I'd like to run a simmilar
command or group of commands to enableDHCP for all those
interfaces.
.... Or I'd like to know how to accomplish the same task
using a VB script. Either option works for me, I just
can't seem to get figure the VB script out, and as far as
WMIC, I can't "set" DHCPEnabled = TRUE.
Surely one of you have crossed this path before, could
you please share your experiences with me.
TIA,
-Ryan
command to configure one or multiple clients to use DHCP
instead of a static IP address?
WMIC allows me to query a group of machines and to find
which NIC has IP enabled, I'd like to run a simmilar
command or group of commands to enableDHCP for all those
interfaces.
.... Or I'd like to know how to accomplish the same task
using a VB script. Either option works for me, I just
can't seem to get figure the VB script out, and as far as
WMIC, I can't "set" DHCPEnabled = TRUE.
Surely one of you have crossed this path before, could
you please share your experiences with me.
TIA,
-Ryan