In addition to PowerShell, you can also use ________commands to perform DHCP management tasks from the command line, including creation of scopes
Fill in the blank(s) with correct word
netsh. You can use PowerShell or netsh;although Microsoftnow favors the use of PowerShell cmdlets.
Computer Science & Information Technology
You might also like to view...
Which port is used by Simple Network Management Protocol?
a. 53 b. 161 c. 69 d. 22 e. 143
Computer Science & Information Technology
Suppose int i = 5, which of the following can be used as an index for array double[] t = new double[100]?
a. i b. (int)(Math.random() * 100)) c. i + 10 d. i + 6.5 e. Math.random() * 100
Computer Science & Information Technology