New-VBRFailbackSwitchingSchedule
Short Description
Defines the failback switching schedule.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
New-VBRFailbackSwitchingSchedule [-Type <VBRFailbackSwitchingType> {Manual | Auto | Scheduled}] [-ScheduledTime <datetime>] [<CommonParameters>] |
Detailed Description
This cmdlet defines the VBRFailbackSwitchingSchedule object. This object defines when the switch from replicas to production VMs must be performed.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Type | Specifies a type of the failback schedule. You can set one of the following types:
| VBRFailbackSwitchingType | False | Named | False |
ScheduledTime | For the scheduled type of the failback. Specifies the date and time when Veeam Backup & Replication must perform failback from a CDP replica Vm to a production VM. | DateTime | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
This cmdlet defines the VBRFailbackSwitchingSchedule object that defines the failback schedule settings.
Examples
Example 1. Defining Manual Failback Schedule
This command defines the manual failback schedule.
|
Example 2. Defining Auto Failback Schedule
This command defines the auto failback schedule.
|
Example 3. Defining Sheduled Failback
This command schedules the failback to run at 9.05.54 AM.
Perform the following steps:
|
Related Commands