April 2004
Beginner
416 pages
11h 3m
English
In this lab, you will practice using WMI to set various networking configuration properties. The result of this will become the Worker information section for use in Lab 29.
Open Notepad.exe.
Open the EnableDHCP.vbs script contained in lab folder 28 on the companion CD.
On the first line, add the Option Explicit command.
Change the variable strComputer to Target everywhere it is mentioned in the script. (The Find and Replace feature of Notepad is a good tool to use when renaming variables.)
Change the variable objWMIService to oWMIService everywhere it is mentioned in the script.
Change the variable objNetAdapter to oNetAdapter everywhere it is mentioned in the script.
Declare all ...