You have a server named Server1 that runs a Server Core installation of Windows Server 2012 R2.
Server1 is configured to obtain an IPv4 address by using DHCP. You need to configure the IPv4
settings of the network connection on Server1 as follows:
IP address: 10.1.1.1
Subnet mask: 255.255.240.0
Default gateway: 10.1.1.254
What should you run?
A.
Set-NetlPInterface
B.
netcfg.exe
C.
New-NetlPAddress
D.
msconfig.exe
Shouldn’t it be B netcfg.exe?
My Bad. it C
B is correct…
http://www.aiotestking.com/microsoft/you-need-to-configure-the-ipv4-settings-of-the-network-connection-on-server1-as-follows-ip-address-10111-subnet-mask-2552552400-default-gateway-1011254-what-should-you-run-6/
what does B do with the link you’ve provided?!!
It’s pointing to the link which has NETSH as another option to configure the IPv4
settings of the network connection..
C is correct here New-NetlPAddress
Shawn is right.
Especially looking at thi: “If you run this cmdlet to add an IP address to an interface on which DHCP is already enabled, then DHCP is automatically disabled.”
(https://technet.microsoft.com/en-us/library/hh826150(v=wps.630).aspx)