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

Get-VBRCloudProviderNetworkAppliance

In this article

    Short Description

    Returns network extension appliance configured on the user side.

    Applies to

    Platform: VMware, Hyper-V

    Product Edition: Standard, Enterprise, Enterprise Plus

    Syntax

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

    Related Commands

    Get-VBRCloudProvider

    Return Type

    VBRViCloudProviderNetworkAppliance

    VBRHvCloudProviderNetworkAppliance

    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 (by Value
    FromPipeline, ValueFromPipeline
    ByPropertyName)

    False

    CloudProvider

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

    False

    Named

    False

    False

    <CommonParameters>

    This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.

    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.

    PS C:\PS> $provider = Get-VBRCloudProvider –Name "104.45.95.227"

    PS C:\PS> Get-VBRCloudProviderNetworkAppliance –Provider $provider