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

Get-VBRHvProxy

In this article

    Short Description

    Returns Hyper-V backup proxies.

    Applies to

    Platform: Hyper-V

    For VMware, run Get-VBRViProxy.

    Product Edition: Standard, Enterprise, Enterprise Plus

    Syntax

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

    Detailed Description

    This cmdlet returns Hyper-V backup proxies managed by Veeam Backup & Replication.

    You can get the list of all Hyper-V backup proxies or look for instances directly by name.

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

    Return Type

    CHvProxy

    Parameters

    Parameter

    Description

    Required

    Position

    Accept
    Pipeline
    Input

    Accept
    Wildcard
    Characters

    Name

    Specifies the name of the Hyper-V proxy server 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 Hyper-V proxies.

    Get-VBRHvProxy

    Example 2

    This command gets the Hyper-V proxies with names containing "Local".

    Get-VBRHvProxy -Name *Local*