This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBRVCDOrgVdcNetworkInfo

Short Description

Returns target networks for vCD replica mapping.

Applies to

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

Syntax

Get-VBRVCDOrgVdcNetworkInfo [-Name <string[]>] [-Server <CHost[]>]  [<CommonParameters>]

Detailed Description

This cmdlet returns target networks for vCD replica mapping.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

Specifies an array of names for vCD networks. The cmdlet will return these networks.

String[]

True

Named

True (ByValue, ByPropertyName)

Server

Specifies an array of vCD hosts. The cmdlet will return networks that are available on these vCD hosts.

Accepts the CHost[] object. To create this object, run the Get-VBRServer cmdlet.

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Output Object

The cmdlet returns the VBRVCDOrgVdcNetworkInfo object that networks for vCD replica mapping.

Examples

Get-VBRVCDOrgVdcNetworkInfoExample 1. Getting all vCD Replica Mapping Networks

Get-VBRVCDOrgVdcNetworkInfoExample 2. Getting vCD Replica Mapping Networks by Name

Related Commands

Get-VBRServer