--- title: "Get-VBRvCDCloudVM" description: "Returns cloud VMs from organization VDCs. Platform: VMware Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet provides the following parameter sets: Name (Default) Id This cmdlet returns cloud VMs from organiz" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrvcdcloudvm.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam Cloud Connect > Cloud Director Cloud Replication Job > Get-VBRvCDCloudVM" dateModified: "2026-08-19" --- # 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: ## Detailed Description This cmdlet returns cloud VMs from organization VDCs. The tenant will use this VM to set up mapping. ## 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-VBRvCDCloudOrganizationvDC cmdlet.

VBRvCDCloudOrganizationvDC

True

Named

True (ByPropertyName, ByValue)

`` 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 `VBRvCDCloudVM` ## Examples ::: example ### 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-VBRvCDCloudOrganizationvDC`](get-vbrvcdcloudorganizationvdc.md) 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. ::: ## Related Commands [`Get-VBRvCDCloudOrganizationvDC`](get-vbrvcdcloudorganizationvdc.md)