Enable-VBRCloudGateway
Short Description
Enables disabled cloud gateways.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus
Requires a cloud provider license.
Syntax
Enable-VBRCloudGateway -CloudGateway <VBRCloudGateway[]> [-WarningAction <ActionPreference>] [-WarningVariable <String>] [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet enables selected cloud gateways, that were previously disabled.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Cloud | Specifies the array of cloud gateway you want to enable. Accepts the VBRCloudGateway type. | True | Named | True (ByValue, | False |
WhatIf | Specifies whether the cmdlet writes a message that describes the effects of running the cmdlet without actually performing any action. | False | Named | False | False |
Confirm | Specifies whether the cmdlet displays a prompt that asks if the user is sure that they want to continue. | False | Named | False | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Return Type
Example 1
This command enables a cloud gateway represented by the '$cloudgateway' variable.
The cloud gateway is obtained with Get-VBRCloudGateway and assigned to the variable beforehand.
Example 2
This command enables two cloud gateways.
The cloud gateways are obtained with Get-VBRCloudGateway and piped down.
Related Commands