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

Add-VBRComputerFileProxyServer

Short Description

Adds new file proxy servers to the backup infrastructure.

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

Syntax

Add-VBRComputerFileProxyServer -Server <CHost> [-Description <string>] [-ConcurrentTaskNumber <int>]  [<CommonParameters>]

Detailed Description

This cmdlet adds file proxy servers to the backup infrastructure. Veeam Backup & Replication will use these servers for Veeam Agent storage integration.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Server

Specifies the host where the file proxy server is located. The cmdlet will add this host as the file proxy server to the backup infrastructure.

Note: The file proxy server must run the Microsoft Windows Server OS.

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

True

Named

True (ByValue,
ByProperty
Name)

Description

Specifies a description of the file proxy server. The cmdlet will add the proxy server with the specified description.

String

False

Named

False

ConcurrentTaskNumber

Specifies a number of concurrent tasks that can be assigned to the file 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 the About CommonParameters section of Microsoft Docs.

Output Object

The cmdlet returns the VBRComputerFileProxyServer object that contains settings of the file proxy server added to the backup infrastructure.

Examples

Add-VBRComputerFileProxyServerExample 1. Adding File Proxy Servers

Add-VBRComputerFileProxyServerExample 2. Adding File Proxy Servers with Specific Number of Concurrent Tasks

Related Commands

Get-VBRServer