Hotspot

Hotspot
You have a server named Server1 that runs Windows Server 2016.
Server1 is a Hyper-V host.
You run the commands shown in the following graphic:

Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
Hot Area:

microsoft-exams

3 thoughts on “Hotspot

  1. I also check it, you are right, my friend. But I think it question from 70-741 Networking with Win Server

  2. Correct answer: Two then Three

    PS C:\> Get-NetAdapter

    Name InterfaceDescription ifIndex Status MacAddress LinkSpeed
    —- ——————– ——- —— ———- ———
    vEthernet (vSwitch2) Hyper-V Virtual Ethernet Adapter #2 15 Up 00-0C-29-87-42-5A 1 Gbps
    Ethernet3 Intel(R) 82574L Gigabit Network Co…#3 6 Up 00-0C-29-87-42-78 1 Gbps
    vEthernet (vSwitch1) Hyper-V Virtual Ethernet Adapter 10 Up 00-0C-29-87-42-64 1 Gbps
    Ethernet2 Intel(R) 82574L Gigabit Network Co…#4 18 Up 00-0C-29-87-42-6E 1 Gbps
    Ethernet1 Intel(R) 82574L Gigabit Network Co…#2 3 Up 00-0C-29-87-42-64 1 Gbps
    Ethernet0 Intel(R) 82574L Gigabit Network Conn… 11 Up 00-0C-29-87-42-5A 1 Gbps

    PS C:\> New-VMSwitch -Name TEAM1 -NetAdapterName “Ethernet2”, “Ethernet3” -EnableEmbeddedTeaming $true

    Name SwitchType NetAdapterInterfaceDescription
    —- ———- ——————————
    TEAM1 External Teamed-Interface

    PS C:\> (get-vmswitch TEAM1).NetAdapterInterfaceDescriptions
    Intel(R) 82574L Gigabit Network Connection #4
    Intel(R) 82574L Gigabit Network Connection #3
    PS C:\> Set-VMSwitch -Name TEAM1 -NetAdapterName “Ethernet2”
    Set-VMSwitch : The switch type and member NICs of the VMSwitch with NIC Teaming enabled cannot be changed with Set-VMSwitch.
    At line:1 char:1
    + Set-VMSwitch -Name TEAM1 -NetAdapterName “Ethernet2”
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidArgument: (:) [Set-VMSwitch], VirtualizationException
    + FullyQualifiedErrorId : InvalidParameter,Microsoft.HyperV.PowerShell.Commands.SetVMSwitch

    PS C:\> (get-vmswitch TEAM1).NetAdapterInterfaceDescriptions
    Intel(R) 82574L Gigabit Network Connection #4
    Intel(R) 82574L Gigabit Network Connection #3
    PS C:\> Add-VMSwitchTeamMember -VmSwitchName TEAM1 -NetAdapterName “Ethernet0”
    PS C:\> (get-vmswitch TEAM1).NetAdapterInterfaceDescriptions
    Intel(R) 82574L Gigabit Network Connection #4
    Intel(R) 82574L Gigabit Network Connection #3
    Intel(R) 82574L Gigabit Network Connection
    PS C:\>

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.