Short Description
Disables the maintenance mode for the cloud infrastructure.
Applies to
Platform: VMware, VMware vCloud Director, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus
Requires a cloud provider license.
Syntax
Disable-VBRCloudMaintenanceMode [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet returns the cloud infrastructure to the normal operational mode. Cloud resources become available for the associated cloud tenants.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
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 tenant is sure that they want to continue. | False | Named | False | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.
Return Type
None
Example
This command returns the cloud infrastructure to the normal operational mode.
PS C:\PS> Disable-VBRCloudMaintenanceMode |