exam questions

Exam 70-740 All Questions

View all questions & answers for the 70-740 exam

Exam 70-740 topic 1 question 269 discussion

Actual exam question from Microsoft's 70-740
Question #: 269
Topic #: 1
[All 70-740 Questions]

HOTSPOT -
You have a Hyper-V host named Server1. Server1 hosts a virtual machine named VM1 that has two network adapters.
You need to create a NIC team on VM1.
Which cmdlets should you run? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
References:
https://docs.microsoft.com/en-us/windows-server/networking/technologies/nic-teaming/create-a-new-nic-team-on-a-host-computer-or-vm https://docs.microsoft.com/en-us/powershell/module/netlbfo/new-netlbfoteam?view=win10-ps

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
rjc
Highly Voted 5 years, 3 months ago
https://docs.microsoft.com/en-us/powershell/module/netlbfo/new-netlbfoteam?view=win10-ps This link from Microsoft shows Set-VMNetworkAdapter -VMName <VMname> -AllowTeaming On New-NetLbfoTeam -Name "Team2" -TeamMembers "NIC1","NIC2"
upvoted 19 times
...
seriouslyms
Most Recent 4 years, 4 months ago
Answer is correct. For those confused by the comments. "New-VMSwitch would be used for a SET team, this asked for a NIC team. They're different things. When you use New-VMSwitch, you list all the nics you want to add and enable SET team. New-VMSWitch -Name <String> -NetAdapterName <String,<String> -EnableEmbeddedTeaming <Bool> You also do not do any config inside VM, which is exactly the point. The entire point of SET is to put all the configuration on the virtualization layer. So you can use RDMA/SDN etc. If you see New-VMswitch asking you to create a nic team it's wrong.
upvoted 1 times
...
Jahoor69
4 years, 6 months ago
Create a team in a virtual machine Set-VMNetworkAdapter -VMName -AllowTeaming On New-NetLbfoTeam -Name "Team2" -TeamMembers "NIC1","NIC2" https://docs.microsoft.com/en-us/powershell/module/netlbfo/new-netlbfoteam?view=win10-ps#example-3--create-a-team-in-a-virtual-machine
upvoted 1 times
...
FaisalJ
4 years, 6 months ago
Server1:New-NetbfoTeam VM1 :Set-VMNetworkAdapter
upvoted 1 times
...
elopez2207
4 years, 7 months ago
The given answer is correct: 1)Set-VMNetworkAdapter 2)New-NetLbfoTeam Set-VMNetworkAdapter -VMName -AllowTeaming On New-NetLbfoTeam -Name "Team2" -TeamMembers "NIC1","NIC2" Reference: https://docs.microsoft.com/en-us/powershell/module/netlbfo/new-netlbfoteam?view=win10-ps#example-3--create-a-team-in-a-virtual-machine
upvoted 4 times
...
Tenshi
4 years, 8 months ago
https://docs.microsoft.com/en-us/windows-server/networking/technologies/nic-teaming/create-a-new-nic-team-on-a-host-computer-or-vm Read Procedure Steps 1~6. These are the 1st steps needed on server1= New-VMSwitch .... Steps 7~18. Nexts steps again on server1= Set-VMNetworkAdapter (see tip on step 11) https://docs.microsoft.com/en-us/powershell/module/netlbfo/new-netlbfoteam?view=win10-ps Take a look at example 3, it clearly states that the below cmds must be used on the host (server1). Set-VMNetworkAdapter -VMName <VMname> -AllowTeaming On New-NetLbfoTeam -Name "Team2" -TeamMembers "NIC1","NIC2" Obviously this question is not valid or at least not stated correctly. I suspect that it is not needed to run any cmds at the VM, meaning all answers will not be valid. But both cmds should be used on server 1. Any pro veteran here that can provide an insight?
upvoted 3 times
...
jreyes83
4 years, 9 months ago
https://docs.microsoft.com/en-us/windows-server/networking/technologies/nic-teaming/create-a-new-nic-team-on-a-host-computer-or-vm Set-VMNetworkAdapter -VMName <VMname> -AllowTeaming On New-NetLbfoTeam -Name "Team1" -TeamMembers "NIC1","NIC2"
upvoted 2 times
...
alexnt
4 years, 10 months ago
I have a pdf with this question twice. The first answer it gives is: Server1: New-VMSwitch VM1: New-NetLbfoTeam and the other answer is Server1: Set-VMNetworkAdapter VM1: New-NetLbfoTeam So which answer is correct?
upvoted 1 times
alexnt
4 years, 10 months ago
I have not found any link with New-VMSwitch and New-NetLbfoTeam together but on the other hand the links states that creating a team in a virtual machine uses Set-VMNetworkAdapter and New-NetLbfoTeam. https://docs.microsoft.com/en-us/powershell/module/netlbfo/new-netlbfoteam?view=win10-ps
upvoted 3 times
...
...
panda
4 years, 11 months ago
I think the given answer isn't correct. My answer is as follow. Server1:New-NetbfoTeam VM1 :Set-VMNetworkAdapter The reference RJC proposed says New-NetbfoTeam must be used in host. Also says Set-VMNetworkAdapter must be used in host. However Set-VMNetworkAdapter maya be used int guest with administrator rights.
upvoted 1 times
...
tanzir69
5 years, 3 months ago
Server1: New-VMSwitch VM1: New-NetbfoTeam
upvoted 3 times
ve22
5 years, 3 months ago
Are you sure?
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago