--- title: "Start-VBRViReplicaFailover" description: "Fails over corrupted VMware VMs to their replicas. Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet provides the following parameter sets: Failover (Default) Planned Definite This cmdlet fails over a corrupt" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/start-vbrvireplicafailover.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Replication > Failover and Failback > Start-VBRViReplicaFailover" dateModified: "2026-08-19" --- # Start-VBRViReplicaFailover ## Short Description Fails over corrupted VMware VMs to their replicas. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
Failover (Default)
Planned
Definite
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Definite |
Defines that the failover is permanent. |
|
False |
Named |
False |
|
Planned |
Defines that the failover is planned. Default: The planned failover option is enabled. |
|
False |
Named |
False |
|
PowerOn |
Defines that the cmdlet will power on replica VM after the failover. Otherwise, you will need to power on the replica VM manually. |
|
False |
Named |
False |
|
Reason |
Specifies the reason for performing a failover. |
|
False |
Named |
False |
|
ReIp |
Defines that the replica will use the re-IP rules that are set in the replication job. Note: Do not enable the re-IP if the re-IP rules are not configured in the replication job. |
|
False |
Named |
False |
|
RestorePoint |
Specifies the replica restore point to which you want to fail over. Accepts the |
|
True |
0 |
True (ByPropertyName, ByValue) |
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
|
Confirm |
Defines that the cmdlet will display a prompt that asks if you want to continue running the command. |
|
False |
Named |
False |
|
WhatIf |
Specifies whether the cmdlet writes a message that describes the effects of running the cmdlet without actually performing any action. |
|
False |
Named |
False |