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

Get-VBRCloudProviderNetworkAppliance

Short Description

Returns network extension appliance configured on the user side.

Applies to

Platform: VMware, Hyper-V

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

Syntax

Get-VBRCloudProviderNetworkAppliance [-Name <string[]>] [-CloudProvider <VBRCloudProvider[]>]  [<CommonParameters>]

Detailed Description

This cmdlet returns network extension appliance created on the user side. This appliance is used in replica failover scenarios.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Name

Specifies the array of the appliance names  appliance.

False

Named

True (ByValue,
ByProperty
Name)

False

CloudProvider

Specifies the array of the service providers. The cmdlet will return appliances configured by these providers.

Accepts VBRCloudProvider type.

False

Named

False

False

<CommonParameters>

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

Return Type

VBRViCloudProviderNetworkAppliance

VBRHvCloudProviderNetworkAppliance

Example

This example shows how to search for all network appliances configured by the cloud service provider with the 104.45.95.227 IP address.

  1. Run Get-VBRCloudProvider to obtain the cloud service provider. Save the provider to the $provider variable.
  2. Run Get-VBRCloudProviderNetworkAppliance to get the list of all created appliances. Use the $provider variable.

$provider = Get-VBRCloudProvider –Name "104.45.95.227"

Get-VBRCloudProviderNetworkAppliance -CloudProvider $provider

Related Commands

Get-VBRCloudProvider