Set-VBRComputerFileProxyServer
Short Description
Modifies general-purpose backup proxies added to the Veeam Backup & Replication infrastructure.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Set-VBRComputerFileProxyServer -FileProxy <VBRComputerFileProxyServer> [-Description <string>] [-ConcurrentTaskNumber <int>] [<CommonParameters>] |
Detailed Description
This cmdlet modifies an existing general-purpose backup proxy.
|
Note |
|
To modify settings, specify new values for the necessary parameters. The cmdlet will overwrite the previous parameter values with new values. The parameters that you omit will remain unchanged. |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
FileProxy |
Specifies the general-purpose backup proxy. The cmdlet will modify the settings of this proxy. |
Accepts the VBRComputerFileProxyServer object. To get this object, run the Get-VBRComputerFileProxyServer cmdlet. |
True |
Named |
True (ByValue, ByPropertyName) |
|
Description |
Specifies a description of the general-purpose backup proxy. The cmdlet will add the backup proxy with the specified description. |
String |
False |
Named |
False |
|
ConcurrentTaskNumber |
Specifies the integer defining the number of concurrent tasks that can be assigned to the backup proxy simultaneously. Permitted values: 1-128. 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 VBRComputerFileProxyServer object that contains settings of the general-purpose backup proxy added to the Veeam Backup & Replication infrastructure.
Examples
Example 1. Modifying Description
|
This example shows how to modify a description of the general-purpose backup proxy.
Perform the following steps:
|
Example 2. Modifying Number of Concurrent Tasks
|
This example shows how to modify the number of concurrent tasks for the general-purpose backup proxy. The general-purpose backup proxy will process 50 concurrent tasks simultaneously.
Perform the following steps:
|
Related Commands