DRAG DROP
A software company has a Windows Server 2012 R2 server that has the Hyper-V role installed. The server hosts a single virtual machine (VM) named VM1. VM1 has one virtual CPU, one virtual hard disk, and one virtual network interface card (NIC) that is attached to an external network.
The company prepares to test its software in VM1. Before testing begins, VM1 must meet the following requirements:
Availability of network bandwidth must be maximized.

VM network connectivity must be fault tolerant.

You need to configure the environment.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:

Correct Answer:

Explanation/Reference:
Note:
* Set-VMNetworkAdapter
The Set-VMNetworkAdapter cmdlet configures features of the virtual network adapter in a virtual machine or the management operating system.
/parameter -AllowTeaming<OnOffState>
Specifies whether the virtual network adapter can be teamed with other network adapters connected to the same virtual switch. The value can be On (allowed) or Off (disallowed).
* New-NetLbfoTeam
The New-NetLbfoTeam cmdlet creates a new NIC team that consists of one or more network adapters.
Teaming network adapters of different speeds is not supported. You can create a team with network adapters of different speeds, but the network traffic distribution algorithms do not take the speed of each network adapter into consideration when distributing traffic.
Incorrect:
* New-NetSwitchTeam
Creates a new switch team.