A company has client computers that run Windows 8. The corporate network is configured for tPv4 and IPv6.
You need to disable Media Sensing for IPv6 on the client computers without affecting IPv4
communications.
What should you do on each client computer?
A.
Run the Disable-NetAdapterBinding Windows PowerShell cmdlet.
B.
Run the Disable-NetAdapter Windows PowerShell cmdlet.
C.
Run the Set-NetlPv6Protocol Windows PowerShell cmdlet.
D.
Run the Set-NetlPv4Protocol Windows PowerShell cmdlet.
Explanation:
http://technet.microsoft.com/en-us/library/hh826144.aspx
Set-NetIPv6Protocol [-DhcpMediaSense<DhcpMediaSense>]
Modifies the DHCPMediaSense property. This parameter value provides a mechanism for the network adapter
to notify the protocol stack of media connect and disconnect events. These events trigger the DHCP client to
take some action, such as attempting to renew a DHCP lease or removing routes related to a disconnected
network. One application of Media Sense enables thenetwork parameters on the notebook computer of a
roaming user to automatically and transparently update without rebooting when the user moves from one
location to another. The acceptable values for thisparameter are:
— Enabled: DhcpMediaSense set to Enabled.
— Disabled: DhcpMediaSense is set to Disabled.
The default value is Enabled.