I have a failover cluster called Cluster1. In the Roles I have a VM called VM1. If i use the GUI i can select VM, right click then select Replication > Test Failover
This works perfectly
I want to do this using powershell but despite searching for the code none of it works , can anyone help?
I have a failover cluster called Cluster1. In the Roles I have a VM called VM1. If i use the GUI i can select VM, right click then select Replication > Test Failover
This works perfectly
I want to do this using powershell but despite searching for the code none of it works , can anyone help?
Share Improve this question asked Mar 12 at 14:09 itye1970itye1970 1,9938 gold badges46 silver badges88 bronze badges1 Answer
Reset to default 0You're looking for Start-VMFailover
:
Start-VMFailover -VMName VM1 -AsTest
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744748093a4591427.html
评论列表(0条)