You have a Windows Server 2016 Hyper-V failover cluster that contains two nodes named Node1
and Node2. On Node1, you create a virtual machine named VM01 by using Hyper-V Manage. You
need to configure VM01 to move to Node2 automatically if Node1 becomes unavailable. What
should you do?
A.
From Failover Cluster manager, run the configure Role actions.
B.
From Hyper-V Manager, click VM01 and click Enable Replication.
C.
From Hyper-V Manager Click Node 1 and the modify the hyper-V settings.
D.
From Windows Powershell, run the Enable-VMReplication cmdlet.
The answer should be “From Failover Cluster manager, run the configure Role actions.”
See the steps under “Step 7: Create a highly available virtual machine”:
https://technet.microsoft.com/en-us/library/jj863389(v=ws.11).aspx#BKMK_step7
The Enable-VMReplication cmdlet enables replication of a virtual machine to a specified Replica server. It does not provision automatic failover.
See:
https://docs.microsoft.com/en-us/powershell/module/hyper-v/enable-vmreplication?view=win10-ps