PrepAway - Latest Free Exam Questions & Answers

Hot Area:

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:

PrepAway - Latest Free Exam Questions & Answers

Answer:

Explanation:

8 Comments on “Hot Area:

  1. Chris says:

    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:\>




    25



    1
  2. kutilek11 says:

    part1
    New-VmSwitch -name TEAM1 -NetAdapterName “NIC1″,”NIC2” -EnableEm……
    TWO members NIC1 and NIC2

    Set-VmSwitch -name TEAM1 -NetAdapterName “NIC1”
    Member NIC2 was remove from TEAM1
    RESULT
    ONE member TEAM1 NIC1.

    part2
    Add-VMSwitchTeamMember -VmSwitchName TEAM1 -NetAdapterName “NIC4”
    RESULT
    Two member TEAM1 NIC1 and NIC4

    answer is OK




    6



    10

Leave a Reply