Get-VBRvCDCloudOrganizationvDC

Short Description

Returns organization VDCs.

Applies to

Platform: VMware

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get organization VDCs by name.

Get-VBRvCDCloudOrganizationvDC [-Name <string>]  [<CommonParameters>]

  • Get organization VDCs by ID.

Get-VBRvCDCloudOrganizationvDC [-Id <guid>]  [<CommonParameters>]

  • Get organization VDCs by cloud service provider.

Get-VBRvCDCloudOrganizationvDC [-CloudProvider <VBRCloudProvider[]>]  [<CommonParameters>]

Detailed Description

This cmdlet returns organization VDCs.

Get-VBRvCDCloudOrganizationvDC Important!

This cmdlet is available for tenants only.

Parameters

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

Name

Specifies a name of organization VDCs that you want to get.

String[]

False

Named

True (ByValue,
ByPropertyName)

Id

Specifies an ID of organization VDCs that you want to get.

Guid[]

False

Named

True (ByValue,
ByPropertyName)

CloudProvider

Specifies a cloud service provider. Veeam Backup & Replication will return the organization VDCs, managed by this cloud service provider.

Accepts the VBRCloudProvider[] object. To get this object, run the Get-VBRCloudProvider cmdlet.

False

Named

True (ByValue,
ByPropertyName)

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

VBRvCDCloudOrganizationvDC

Examples

Get-VBRvCDCloudOrganizationvDCExample 1. Getting All Organization VCDs

Get-VBRvCDCloudOrganizationvDCExample 2. Getting Organization VCD by Name

Get-VBRvCDCloudOrganizationvDCExample 3. Getting Organization VCD by Name and Cloud Service Provider

Related Commands

Get-VBRCloudProvider

Page updated 5/17/2024

Page content applies to build 12.3.1.1139