exam questions

Exam 70-740 All Questions

View all questions & answers for the 70-740 exam

Exam 70-740 topic 1 question 77 discussion

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

Note: This question is part of a series of questions that use the same similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question.
You have an Active Directory domain that contains two Hyper-V servers named Server1 and Server2. Server1 has Windows Server 2016 installed. Server2 has
Windows Server 2012 R2 installed. Each Hyper-V server has three network cards. Each network card is connected to a different subnet. Server1 contains a dedicated migration network. Server2 contains a virtual machine named VM5.
You plan to perform a live migration of VM5 to Server1. You need to ensure that Server1 uses all available networks to perform the live migration of VM5.
What should you run?

  • A. the Mount-VHD cmdlet
  • B. the Diskpart command
  • C. the Set-VHD cmdlet
  • D. the Set-VM cmdlet
  • E. the Set-VMHost cmdlet
  • F. the Set-VMProcessor cmdlet
  • G. the Install-WindowsFeature cmdlet
  • H. the Optimize-VHD cmdlet
Show Suggested Answer Hide Answer
Suggested Answer: E 🗳️

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
MrRiver
Highly Voted 5 years, 2 months ago
yes its's "set-vmhost --UseAnyNetworkForMigration $true" UseAnyNetworkForMigration: Specifies how networks are selected for incoming live migration traffic. If set to $True, any available network on the host can be used for this traffic. If set to $False, incoming live migration traffic is transmitted only on the networks specified in the
upvoted 11 times
...
RockClimber
Highly Voted 5 years, 6 months ago
I think that is correct https://docs.microsoft.com/en-us/powershell/module/hyper-v/set-vmhost?view=win10-ps#examples It is actually one of the listed examples.
upvoted 5 times
Dutch2005
5 years, 3 months ago
Example 1 PowerShell Copy PS C:\> Set-VMHost -MaximumVirtualMachineMigrations 10 -MaximumStorageMigrations 10 This example configures the local Hyper-V host to allow 10 simultaneous live migrations and storage migrations.
upvoted 5 times
...
...
glukken
Most Recent 4 years, 11 months ago
Although all networks should be used, the chance of the processors being the same in both VM hostservers is pretty slim. So I guess before migration, the first option would be to enable the migration to different processors -> Set-VMProcessor -VMName VM5 -CompatibilityForMigrationEnabled $True. This would imply answer F
upvoted 1 times
panda
4 years, 7 months ago
However, the question says that ensure that Server1 uses all available networks". This means to change some configuration related to network. So I think E is correct.
upvoted 3 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