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

Get-VBRHvProxy

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.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Name

Specifies the array of names of Hyper-V proxies. The cmdlet will return proxies with these names.

False

Named

False

True

<CommonParameters>

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

Return Type

CHvProxy

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*