Get-VBRFailoverPlan
Short Description
Returns existing failover plans or cloud failover plans.
Platform: VMware, Hyper-V
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
Name (Default)Get-VBRFailoverPlan [-Name <String[]>] [<CommonParameters>]
-
TypeGet-VBRFailoverPlan [-Name <String[]>] -Type <VBRFailoverPlanType> [<CommonParameters>]
-
TenantGet-VBRFailoverPlan [-Name <String[]>] -Tenant <IVBRCloudTenant> [<CommonParameters>]
-
IdGet-VBRFailoverPlan [-Id <Guid[]>] [<CommonParameters>]
Detailed Description
This cmdlet returns existing failover plans or cloud failover plans.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies the array of IDs of the Accepts GUID or string. |
|
False |
Named |
True (ByPropertyName) |
|
Name |
Specifies the array of names of the failover plans you want to get or search conditions. |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
Tenant |
Specifies the cloud tenant. The cmdlet will return failover plans created by this tenant.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
Type |
Specifies the type of the failover plan:
The cmdlet will return the failover plans of the selected type. |
|
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Getting All Existing Failover Plans
|
This command looks for the list of all existing failover plans.
|
Example 2. Getting Failover Plan by Name
|
This command looks for the
|
Example 3. Getting All Cloud Failover Plans
|
[Cloud] This command gets all cloud failover plans.
|
Example 4. Getting All Cloud Failover Plans
|
[Cloud provider] This command gets
Perform the following steps:
|