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

Get-VBRViServerNetworkInfo

Short Description

Returns virtual networks for a VMware host.

Applies to

Platform: VMware

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

Syntax

Get-VBRViServerNetworkInfo -Server <CHost> [<CommonParameters>]

Detailed Description

This cmdlet returns the list of all virtual networks to which a selected VMware host is connected.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Server

Specifies the VMware host. The cmdlet will return virtual networks connected to this host.

Accepts the CHost object. To get this object, run the Get-VBRServer cmdlet.

True

Named

True (ByValue,
ByProperty
Name)

<CommonParameters>

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

Return Type

The cmdlet returns the following objects:

VBRViNetworkInfo[]

VBRViDVSNetworkInfo[]

Examples

Get-VBRViServerNetworkInfoExample 1. Getting Networks Connected to Specific VMware Host

Get-VBRViServerNetworkInfoExample 2. Getting Networks Connected to Specific VMware Host Using Host Name

Get-VBRViServerNetworkInfoExample 3. Getting Specific Network Connected to Specific VMware Host

Get-VBRViServerNetworkInfoExample 4. Getting Specific Network Connected to Specific VMware Host [Using Pipeline]

 

Related Commands