--- title: "Get-VBRCloudInfrastructureState" description: "This cmdlet returns the current state of the cloud infrastructure: Active: the cloud infrastructure is in normal operational mode. Maintenance: the cloud infrastructure is in Maintenance mode." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrcloudinfrastructurestate.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam Cloud Connect > Veeam Cloud Connect Infrastructure Maintenance > Get-VBRCloudInfrastructureState" dateModified: "2026-09-03" --- # Get-VBRCloudInfrastructureState ## Short Description Returns the current state of the cloud infrastructure. **Platform**: VMware, Hyper-V **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License Requires a cloud provider license. ## Syntax ``` Get-VBRCloudInfrastructureState [] ``` ## Detailed Description This cmdlet returns the current state of the cloud infrastructure: - **Active**: the cloud infrastructure is in normal operational mode. - **Maintenance**: the cloud infrastructure is in Maintenance mode. ## Parameters `` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Output Object [`VBRCloudInfrastructureState`](enums.md#vbrcloudinfrastructurestate) ## Examples ::: example ### Getting Cloud Infrastructure State This command returns the state of the cloud infrastructure. ``` Get-VBRCloudInfrastructureState Maintenance ``` :::