Get-VBRvCDCloudVM

Short Description

Returns cloud VMs from organization VDCs.

Platform: VMware

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

Syntax

This cmdlet provides the following parameter sets:

  • Name (Default)

    Get-VBRvCDCloudVM -OrganizationvDC <VBRvCDCloudOrganizationvDC> [-Name <String[]>] [<CommonParameters>]

  • Id

    Get-VBRvCDCloudVM -OrganizationvDC <VBRvCDCloudOrganizationvDC> [-Id <String[]>] [<CommonParameters>]

Detailed Description

This cmdlet returns cloud VMs from organization VDCs. The tenant will use this VM to set up mapping.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Id

Specifies an array of IDs. The cmdlet will return VMs with these IDs.

String[]

False

Named

False

Name

Specifies an array of names. The cmdlet will return VMs with these names.

String[]

False

Named

False

OrganizationvDC

Specifies an organization VDC. The cmdlet will return VMs from the specified organization VDC.

Accepts the VBRvCDCloudOrganizationvDC object. To get this object, run the Get-VBRvCDCloudOrganizationvDCReturns organization VDCs. cmdlet.

VBRvCDCloudOrganizationvDC

True

Named

True (ByPropertyName, ByValue)

<CommonParameters>

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

Output Object

VBRvCDCloudVM

Examples

Getting All VMs from Selected Organization VDC

This example shows how to get all VMs from the specific organization VDC.

$vdc = Get-VBRvCDCloudOrganizationvDC -Name "Cloud Organization 01"

Get-VBRvCDCloudVM -OrganizationvDC $vdc

Perform the following steps:

  1. Run the Get-VBRvCDCloudOrganizationvDCReturns organization VDCs. cmdlet. Specify the Name parameter value. Save the result to the $vdc variable.
  2. Run the Get-VBRvCDCloudVM cmdlet. Set the $vdc parameter as the OrganizationvDC parameter value.

Get-VBRvCDCloudOrganizationvDCReturns organization VDCs.

Page updated 2026-08-19

Page content applies to build 13.1.1.18