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

Add-VBRPreferredNetwork

Short Description

Specifies preferred networks.

Applies to

Platform: VMware, Hyper-V

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

Add-VBRPreferredNetwork -IpAddress <ipaddress> -SubnetMask <string>  [<CommonParameters>]

Detailed Description

This cmdlet specifies preferred networks for the backup infrastructure. You can instruct Veeam Backup & Replication to transfer data over preferred networks only. To do that, run Enable-VBRPreferredNetworkDataTransfer.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

IpAddress

Specifies the IP address for a preferred network.

True

Named

True (ByPropertyName)

False

SubnetMask

Specifies the subnet mask for a preferred network.

True

Named

True (ByPropertyName)

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.

Return Type

Example

This command adds the a preferred network to a list of preferred networks.

Add-VBRPreferredNetwork -IpAddress 192.168.0.1 -SubnetMask 255.255.255.255