最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

hyper v - How to do to a Replication > Test Failover using Powershell - Stack Overflow

programmeradmin1浏览0评论

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
发布评论

评论列表(0)

  1. 暂无评论