An administrator working on a Windows Server 2016 Server Core installation needs to disable DHCP all interfaces on the server. What PowerShell command should be used?
A. Set-NetIPInterface
B. Change-NetIPInterface
C. Set-DHCPClientSettings
D. Set-NetIf
Answer: A
You might also like to view...
If a function throws an exception and does not catch it, then the function definition and declaration should have _______.
Fill in the blank(s) with the appropriate word(s).
Let x be an unsigned int on a machine with 4-byte unsigned ints. What effect does
x>>=1; x<<=1; have? a. There is no effect. b. The leftmost bit of x is set to 0. c. The rightmost bit of x is set to 0. d. Both (b) and (c).
A(n) ________ is a group of data packets that are sent together
Fill in the blank(s) with correct word
The Immediate window allows the developer to test or ____ individual lines of VBA code.
A. restore B. compile C. debug D. append