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

Add-VBRHvProxy

Short Description

Adds a Hyper-V backup proxy to the backup infrastructure.

Applies to

Platform: Hyper-V

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

Syntax

Add-VBRHvProxy -Server <CHost> [-Description <String>] [-MaxTasks <Int32>] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>]

Detailed Description

This cmdlet adds a Hyper-V backup proxy server to the backup infrastructure.

When you add a proxy, you set a role to a Microsoft Windows server. To add a new proxy, you need to have the server added to your Veeam Backup & Replication managing console.

Run the Add-VBRWinServer cmdlet to add a Microsoft Windows server.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Server

Specifies a server which will act as a Hyper-V backup proxy.

Accepts the CHost[] object. To get this object, run the Get-VBRServer cmdlet.

True

Named

True (ByValue,
ByProperty
Name)

Description

Specifies a description of a Hyper-V backup proxy.

String

False

Named

False

MaxTasks

Specifies the number of concurrent tasks that can be assigned to the proxy simultaneously.

Allowed values: 1-100.

Default: 2.

Int32

False

Named

False

<CommonParameters>

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

Output Object

The cmdlet returns the CHvProxy[] that contains an array of Hyper-V backup proxy servers added to the backup infrastructure.

Examples

Add-VBRHvProxyExample 1. Adding New Hyper-V Backup Proxy [Using Variable]

Add-VBRHvProxyExample 2. Adding New Hyper-V Backup Proxy [Using Pipeline]

Related Commands

Get-VBRServer