Set-VBRFailoverPlanObject
Short Description
Modifies VMs in failover plans.
Platform: VMware, Hyper-V
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Set-VBRFailoverPlanObject -Object <VBRFailoverPlanObject> [-BootOrder <Int32>] [-BootDelay <Int32>] [<CommonParameters>] |
Detailed Description
This cmdlet modifies VMs added to a failover plan.
Run the Set-VBRCloudFailoverPlanObjectModifies VMs in cloud failover plans. cmdlet to modify VMs in cloud failover plans.
Note |
|
To modify settings, specify new values for the necessary parameters. The cmdlet will overwrite the previous parameter values with new values. The parameters that you omit will remain unchanged. |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
BootDelay |
Specifies the new value for the delay time for the VM. The delay time is set in seconds.
Default:
If you set boot delay to |
|
False |
Named |
False |
|
BootOrder |
Specifies the new value for the order number by which the VM will boot. |
|
False |
Named |
False |
|
Object |
Specifies the VM you want modify.
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
Examples
Example 1. Setting New Boot Delay Value [Using Pipeline]
|
This example shows how to set a new boot delay value for the server that was earlier assigned to the
Perform the following steps:
|
Example 2. Setting New Boot Delay Value [Using Variable]
|
This example shows how to set a new boot delay value for the server that was earlier assigned to the
Perform the following steps:
|