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>]
-
IdGet-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
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an array of IDs. The cmdlet will return VMs with these IDs. |
|
False |
Named |
False |
|
Name |
Specifies an array of names. The cmdlet will return VMs with these names. |
|
False |
Named |
False |
|
OrganizationvDC |
Specifies an organization VDC. The cmdlet will return VMs from the specified organization VDC.
Accepts the |
|
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:
- Run the
Get-VBRvCDCloudOrganizationvDCReturns organization VDCs. cmdlet. Specify theNameparameter value. Save the result to the$vdcvariable. - Run the
Get-VBRvCDCloudVMcmdlet. Set the$vdcparameter as theOrganizationvDCparameter value.
Related Commands
Get-VBRvCDCloudOrganizationvDCReturns organization VDCs.