Get-VBRCloudServerNetworkInfo

Short Description

Returns networks available in your cloud resources.

Platform: VMware, Hyper-V

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

Syntax

This cmdlet provides the following parameter sets:

  • AllParameterSets (Default)

    Get-VBRCloudServerNetworkInfo [-Name <String[]>] [<CommonParameters>]

  • CloudServer

    Get-VBRCloudServerNetworkInfo [-CloudServer <VBRCloudServer[]>] [-Name <String[]>] [<CommonParameters>]

  • Id

    Get-VBRCloudServerNetworkInfo [-Id <Guid[]>] [-Name <String[]>] [<CommonParameters>]

Detailed Description

This cmdlet returns networks that are allocated to you by your cloud resources.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

CloudServer

Specifies the cloud server. The cmdlet will return networks connected to this server.

Accepts the VBRCloudServer[] object. To get this object, run the Get-VBRCloudServerReturns cloud hosts allocated by a service provider. cmdlet.

VBRCloudServer[]

False

Named

True (ByPropertyName, ByValue)

Id

Specifies the ID of the network you want to get.

Guid[]

False

Named

False

Name

Specifies the name of the network you want to get.

String[]

False

Named

False

<CommonParameters>

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

Output Object

VBRCloudServerNetworkInfo

Examples

Get-VBRCloudServerNetworkInfoExample 1. Getting Network by Name

This command looks for a network by name.

Get-VBRCloudServerNetworkInfo -Name "Lab Isolated Network"

Get-VBRCloudServerNetworkInfoExample 2. Getting Networks Connected to Selected Cloud Server

This example shows how to return networks connected to a selected cloud server.

$cloudServer = Get-VBRCloudServer -Name "Hyper-V Silver"

Get-VBRCloudServerNetworkInfo -CloudServer $cloudServer

Perform the following steps:

  1. Run the Get-VBRCloudServerReturns cloud hosts allocated by a service provider. cmdlet. Specify the Name parameter value. Save the result to the $cloudServer variable.
  2. Run the Get-VBRCloudServerNetworkInfo cmdlet. Set the $cloudServer variable as the CloudServer parameter value.

Get-VBRCloudServerReturns cloud hosts allocated by a service provider.

Page updated 2026-08-19

Page content applies to build 13.1.1.18