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 badges1 Answer
Reset to default 0You're looking for Start-VMFailover
:
Start-VMFailover -VMName VM1 -AsTest
本文标签: hyper vHow to do to a Replication gt Test Failover using PowershellStack Overflow
版权声明:本文标题:hyper v - How to do to a Replication > Test Failover using Powershell - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744748092a2623009.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论