--- title: "Start-VBRHvReplicaFailover" description: "This cmdlet fails over a corrupted Hyper-V VM to its successfully created replica. This cmdlet provides 3 parameter sets for the following operations: Failover Permanent failover Planned failover Run the Start-VBRHvReplicaFailback cmdlet to fail..." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/start-vbrhvreplicafailover.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Replication > Failover and Failback > Start-VBRHvReplicaFailover" dateModified: "2026-08-19" --- # Start-VBRHvReplicaFailover ## Short Description Fails over corrupted Hyper-V VMs to their replicas. **Platform**: Hyper-V **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
AllParameterSets (Default)
Definite
Planned
|
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. |
|
False |
Named |
False |
|
Reason |
Specifies the reason for performing a failover. |
|
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 |