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

Get-VBRViProxy

In this article

    Short Description

    Returns VMware backup proxies.

    Applies to

    Platform: VMware

    For Hyper-V, run Get-VBRHvProxy.

    Product Edition: Standard, Enterprise, Enterprise Plus

    Syntax

    Get-VBRViProxy [-Name <String[]>] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>]

    Detailed Description

    This cmdlet returns VMware backup proxies managed by Veeam Backup & Replication.

    Run Get-VBRJobProxy to get the list of proxies assigned to a specific job.

    Parameters

    Parameter

    Description

    Required

    Position

    Accept
    Pipeline
    Input

    Accept
    Wildcard
    Characters

    Name

    Specifies the name of the VMware proxy you want to get, or search conditions.

    You can specify multiple names separated by commas.

    False

    Named

    False

    True

    <CommonParameters>

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

    Example 1

    This command looks for the list of all VMware proxies.

    Get-VBRViProxy

    Example 2

    This command looks for the proxy named "LocalProxy".

    Get-VBRViProxy -Name "LocalProxy"