Add-VBRHvProxy
Short Description
Adds a Hyper-V backup proxy to the backup infrastructure.
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-VBRWinServerAdds a Windows server to the backup infrastructure. cmdlet to add a Microsoft Windows server.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Description |
Specifies a description of a Hyper-V backup proxy. |
|
False |
Named |
False |
|
MaxTasks |
Specifies the number of concurrent tasks that can be assigned to the proxy simultaneously.
Allowed values:
Default: |
|
False |
Named |
False |
|
Server |
Specifies a server which will act as a Hyper-V backup proxy.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
<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
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
Perform the following steps:
|
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.