Enable-VBRCloudGatewayPool
Short Description
Enables disabled cloud gateway pools.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Enable-VBRCloudGatewayPool -CloudGatewayPool <VBRCloudGatewayPool[]> [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet enables cloud gateway pools that have been disabled.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
CloudGatewayPool |
Specifies an array of cloud gateway pools you want to enable.
Accepts the |
True |
Named |
True (ByValue) |
|
|
Confirm |
Defines that the cmdlet will display a prompt that asks if you want to continue running the command. |
|
False |
Named |
False |
|
WhatIf |
Defines that the cmdlet will write a message that describes the effects of running the cmdlet without actually performing any action. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Enabling Cloud Gateway Pool
This example shows how to enable a cloud gateway pool.
|
$pool = Get-VBRCloudGatewayPool -Name "New Cloud Pool" Enable-VBRCloudGatewayPool -CloudGatewayPool $pool |
Perform the following steps:
- Run the
Get-VBRCloudGatewayPoolReturns cloud gateway pools. cmdlet. Specify theNameparameter value. Save the result to the$poolvariable. - Run the
Enable-VBRCloudGatewayPoolcmdlet. Set the$poolvariable as theCloudGatewayPoolparameter value.
Related Commands
Get-VBRCloudGatewayPoolReturns cloud gateway pools.