--- title: "Get-VBRCloudVLANConfiguration" description: "This cmdlet returns the array of the VBRCloudVLANConfiguration objects. These objects contain VLAN ranges reserved for Veeam Backup & Replication." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrcloudvlanconfiguration.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam Cloud Connect > Veeam Cloud Connect Hardware Plans > Get-VBRCloudVLANConfiguration" dateModified: "2026-08-19" --- # Get-VBRCloudVLANConfiguration ## Short Description Returns reserved VLAN ranges. **Platform**: VMware, Hyper-V **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License Requires a VCP license. ## Syntax ``` Get-VBRCloudVLANConfiguration [] ``` ## Detailed Description This cmdlet returns the array of the [`VBRCloudVLANConfiguration`](vbrcloudvlanconfiguration.md) objects. These objects contain VLAN ranges reserved for Veeam Backup & Replication. ## 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 [`VBRCloudVLANConfiguration`](vbrcloudvlanconfiguration.md) ## Examples ::: example ### Getting All Configured VLANs This command returns all configured VLANs. ``` Get-VBRCloudVLANConfiguration ``` :::