Your network contains an Active Directory domain named ______. The domain contains a member server named Host1. Host1 runs Windows Server 2012 R2 and has the Hyper-V server role installed. Host1 hosts two virtual machines named VM5 and VM6. Both virtual machines connect to a virtual switch named Virtual1. On VM5, you install a network monitoring application named Monitor1. You need to capture all of the inbound and outbound traffic to VM6 by using Monitor1. Which two commands should you run from Windows PowerShell?
1) Get-VM 'VM6' | Set-VMNetworkAdapter -IovWeight 1
2) Get-VM 'VM5' | Set-VMNetworkAdapter -IovWeight 0
3) Get-VM 'VM5' | Set-VMNetworkAdapter -PortMirroring Source
4) Get-VM 'VM6' | Set-VMNetworkAdapter -AllowTeaming On
5) Get-VM 'VM6' | Set-VMNetworkAdapter -PortMirroring Destination
6) Get-VM 'VM5' | Set-VMNetworkAdapter -AllowTeaming On

Answer :

Other Questions