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

Get-VBRHvServerNetworkInfo

Short Description

Returns virtual networks for a Hyper-V host.

Platform: Hyper-V

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

Syntax

Get-VBRHvServerNetworkInfo -Server <CHost> [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>]

Detailed Description

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

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Server

Specifies the Hyper-V host. The cmdlet will return virtual networks connected to this host.

Accepts server object or string (host name) types.

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 VBRHvServerNetworkInfo object that defines Azure AD application settings.

Examples

Get-VBRHvServerNetworkInfoExample 1. Getting all Networks Connected to Specific Hyper-V Host

Get-VBRHvServerNetworkInfoExample 2. Getting Networks Connected to Specific Hyper-V Host Using Host Name

Get-VBRHvServerNetworkInfoExample 3. Getting Specific Network Connected to Specific Hyper-V Host

Get-VBRHvServerNetworkInfoExample 4. Getting Specific Network Connected to Specific Hyper-V Host [Using Pipeline]

Related Commands