Add-VBRNASProxyServer
Short Description
Adds the general-purpose backup proxy to the Veeam Backup & Replication infrastructure.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Add-VBRNASProxyServer -Server <CHost> [-Description <String>] [-ConcurrentTaskNumber <Int32>] [<CommonParameters>] |
Detailed Description
This cmdlet adds the general-purpose backup proxy to the Veeam Backup & Replication infrastructure.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
ConcurrentTaskNumber |
Specifies the number of concurrent tasks that can be assigned to the general-purpose backup proxy simultaneously.
Permitted values:
Default: |
|
False |
Named |
False |
|
Description |
Specifies a description of the general-purpose backup proxy. The cmdlet will add the proxy server with the specified description. |
|
False |
Named |
False |
|
Server |
Specifies the host where the general-purpose backup proxy is located. The cmdlet will add this host as the proxy server to the Veeam Backup & Replication infrastructure.
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
Examples
Example 1. Adding General-Purpose Backup Proxy
|
This example shows how to add the general-purpose backup proxy to the Veeam Backup & Replication infrastructure. The general-purpose backup proxy is assigned two concurrent tasks to process.
Perform the following steps:
|
Example 2. Adding General-Purpose Backup Proxy with Specific Number of Concurrent Tasks
|
This example shows how to add the general-purpose backup proxy to the Veeam Backup & Replication infrastructure. The general-purpose backup proxy is assigned 100 concurrent tasks to process.
Perform the following steps:
|
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.