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

Example 1. Getting All Organization VCDs

This command gets all organization VDCs.

Get-VBRvCDCloudOrganizationvDC

Example 2. Getting Organization VCD by Name

This command gets an organization VDC by the organization VDC name.

Get-VBRvCDCloudOrganizationvDC -Name "Organization VDC"

Example 3. Getting Organization VCD by Name and Cloud Service Provider

This example shows how to get an organization VDCs by specifying the name and the cloud service provider.

$provider = Get-VBRCloudProvider -Name "Organization VDC"

Get-VBRvCDCloudOrganizationvDC -Name "Organization vDC" -CloudProvider $provider

Perform the following steps:

  1. Run the Get-VBRCloudProvider cmdlet. Specify the Name parameter value. Save the result to the $provider variable.
  2. Run the Get-VBRvCDCloudOrganizationvDC cmdlet. Specify the Name parameter value. Set the $provider variable as the CloudProvider parameter value.

Related Commands

Get-VBRCloudProvider

Page updated 5/17/2024

Page content applies to build 13.0.0.4967