admin管理员组

文章数量:1394138

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 badges
Add a comment  | 

1 Answer 1

Reset to default 0

You're looking for Start-VMFailover:

Start-VMFailover -VMName VM1 -AsTest

本文标签: hyper vHow to do to a Replication gt Test Failover using PowershellStack Overflow