Get-VBRFailbackSwitchingSchedule
Short Description
Returns the failback switching schedule.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBRFailbackSwitchingSchedule -Replica <VBRReplica> [<CommonParameters>] |
Detailed Description
This cmdlet returns the failback switching schedule.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Replica |
Specifies a CDP replica for which you want to get failback switching schedule.
Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
<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 switching schedule settings.
Examples
Getting Failback Switching Schedule
This example shows how to get failback switching replica schedule of the CDP replica of the Win05 VM.
|
$replica = Get-VBRCDPReplica -Name "Win05" Get-VBRFailbackSwitchingSchedule -Replica $replica |
Perform the following steps:
- Run the
Get-VBRCDPReplicaReturns CDP replicas created by CDP policies including Cloud Director CDP policies, CDP policies, cloud CDP policies and so on. cmdlet. Specify theNameparameter value. Save the result to the$replicavariable. - Run the
Get-VBRFailbackSwitchingSchedulecmdlet. Set the$replicavariable as theReplicaparameter.
Related Commands
Get-VBRCDPReplicaReturns CDP replicas created by CDP policies including Cloud Director CDP policies, CDP policies, cloud CDP policies and so on.