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>] [<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, |
|
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 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
Example 1. Adding New Hyper-V Backup Proxy [Using Variable]
|
This example shows how to add a new Hyper-V backup proxy. The description is Local Backup Proxy. The max concurrent tasks number is set to 2 by default.
Perform the following steps:
|
Example 2. Adding New Hyper-V Backup Proxy [Using Pipeline]
|
This example shows how to add a new Hyper-V backup proxy. The description is Local Backup Proxy. The max concurrent tasks number is set to 6.
Perform the following steps:
|
Related Commands