Short Description
Enables 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
Enable-VBRCloudMaintenanceMode [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet puts the cloud infrastructure into the maintenance mode to let a service provider perform maintenance tasks.
When a service provider enables the maintenance mode, cloud resources become temporarily inaccessible for the associated cloud tenants. As a result, most of the running jobs fail. For more information, see the Maintenance Mode section in the Veeam Cloud Connect Guide.
Run Disable-VBRCloudMaintenanceMode to bring the cloud infrastructure back to the normal operational mode.
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. The cmdlet will return the information containing tenants' active job sessions. | False | Named | False | False |
Confirm | Specifies whether the cmdlet displays a prompt that asks if the tenant is sure that they want to continue. The cmdlet will return the information containing tenants' active job sessions. | 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 puts the cloud infrastructure to the maintenance mode.
PS C:\PS> Enable-VBRCloudMaintenanceMode |