Add-VBRNDMPServer

Short Description

Adds NDMP servers to the backup infrastructure.

Applies to

Product Edition: Enterprise

Requires Cloud Connect license

Syntax

Add-VBRNDMPServer -Name <string> -Port <int> -Credentials <CCredentials> -GatewayMode <VBRGatewayMode> {Automatic | SelectedGateway} [-SelectedGateway <CHost>]  [<CommonParameters>]

Detailed Description

This cmdlet adds NDMP servers to the backup infrastructure.

Parameters

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

Name

Specifies the DNS or IP of an NDMP server that you want to add to Veeam Backup & Replication.

String

True

Named

False

Port

Specifies the port. Veeam Backup & Replication will use that port to connect to an NDMP server.

Int

True

Named

False

Credentials

Specifies the credentials. Veeam Backup & Replication will use these credentials to connect to an NDMP server.

Accepts the CCredentials object. To get this object, run Add-VBRCredentials cmdlet.

True

Named

False

GatewayMode

Specifies a gateway server. Veeam Backup & Replication will use this gateway server to connect to the NDMP server.

You can select the following modes of selecting the gateway server:

  • Automatic - use this option if you want Veeam Backup & Replication to choose the gateway server automatically.
  • SelectedGateway - use this option if you want to specify the gateway server explicitly.
    Use the SelectedGateway parameter to specify the gateway server.

VBRGatewayMode

True

Named

False

SelectedGateway

For specifying a gateway server explicitly with the SelectedGateway option.

Specifies the server that you want to use as the gateway server.

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

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

VBRNDMPServer

Examples

Add-VBRNDMPServerExample 1. Adding NDMP Server with Automatic Gateway Selection

Add-VBRNDMPServerExample 2. Adding NDMP Server with Manual Gateway Selection

Related Commands

Page updated 3/8/2024

Page content applies to build 12.3.1.1139