|
fault -> RE: fixed to dhcp adress (9/22/2008 5:19:53 PM)
|
Try these: - http://cwashington.netreach.net/depo/view.asp?Index=828&ScriptType=vbscript
- http://www.thescriptlibrary.com/default.asp?Action=Display&Level=Category3&ScriptLanguage=VBScript&Category1=Networking&Category2=Client-Side%20Management&Title=Enable%20DHCP
These use WMI so you can run them remotely if you like directly on the client (without having to advertise it). Modify the strComputer variable. Or use the Netsh.exe command line utility: http://technet.microsoft.com/en-gb/library/bb490943.aspx. You could wrap this up in a script (batch file will do) and advertise it to your clients.
|
|
|
|