New-VBRvCDOrganizationvDCOptions

Short Description

Creates organization vDCs settings.

Platform: VMware

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

Syntax

New-VBRvCDOrganizationvDCOptions [-OrganizationvDC] <CVcdOrganizationVdcItem> [-EnableWanAccelerator]

[-WanAccelerator <CWanAccelerator>] [<CommonParameters>]

Detailed Description

This cmdlet creates a VBRvCDOrganizationvDCOptions object that contains settings for organization vDCs.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

EnableWanAccelerator

Enables the WAN accelerator option.

SwitchParameter

False

Named

False

OrganizationvDC

Specifies organization VDCs that you want to assign to the tenant. The specified organization VDCs will provide the resources for tenant VM replicas.

Accepts the CVcdOrganizationVdcItem object. To get this object, run the Find-VBRvCloudEntityLooks for Cloud Director entities. cmdlet and provide the OrganizationVdc parameter.

CVcdOrganizationVdcItem

True

0

True (ByValue)

WanAccelerator

Specifies the target WAN accelerator that is configured at the SP side.

Accepts the CWanAccelerator object. To get this object, run the Get-VBRWANAcceleratorReturns WAN accelerators. cmdlet.

CWanAccelerator

False

Named

False

<CommonParameters>

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

Output Object

VBRvCDOrganizationvDCOptions

Examples

Defining Settings for Organization VDC

This example shows how to define settings for the organization VDC.

$orgvdc = Find-VBRvCloudEntity -OrganizationVdc -Name "VDC 01"

New-VBRvCDOrganizationvDCOptions -OrganizationvDC $orgvdc

Perform the following steps:

  1. Run the Find-VBRvCloudEntityLooks for Cloud Director entities. cmdlet. Provide the OrganizationVdc parameter. Specify the Name parameter value. Save the result to the $orgvdc variable.
  2. Run the New-VBRvCDOrganizationvDCOptions cmdlet. Set the $orgvdc variable as the OrganizationvDC parameter value.

Find-VBRvCloudEntityLooks for Cloud Director entities.

Page updated 2026-08-19

Page content applies to build 13.1.1.18