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

Add-VBRNASProxyServer

Short Description

Adds file backup proxy servers to the Veeam Backup & Replication infrastructure.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

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

Detailed Description

This cmdlet adds file backup proxy servers to the Veeam Backup & Replication infrastructure.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

Server

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

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

True

Named

True (ByValue, ByPropertyName)

 

Description

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

String

False

Named

False

 

ConcurrentTaskNumber

Specifies the number of concurrent tasks that can be assigned to the file backup proxy simultaneously.

Permitted values: 1-100.

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 VBRNASProxyServer object that contains settings of the file backup proxy server added to the Veeam Backup & Replication infrastructure.

Examples

Add-VBRNASProxyServerExample 1. Adding File Backup Proxy Servers

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

Related Commands

Get-VBRServer