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

Set-VBRViNetworkMappingRule

Short Description

Modifies network mapping rules of isolated networks.

Applies to

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

Syntax

Set-VBRViNetworkMappingRule [-NetworkMapping <VBRViVirtualLabNetworkMappingRule>] [-ProductionNetwork <VBRViNetworkInfo>] [-IsolatedNetworkName <string>] [-VLANID <int>]  [<CommonParameters>]

Detailed Description

This cmdlet modifies network mapping rules of isolated networks.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

NetworkMapping

Specifies the network mapping rule of isolated networks. The cmdlet will modify settings of this network mapping rule.

Accepts the VBRViVirtualLabNetworkMappingRule object. To create this object, run the New-VBRViNetworkMappingRule cmdlet.

False

Named

False

ProductionNetwork

Specifies a production network with original VMs. The cmdlet will map VMs from this network to VMs from the isolated network.

Accepts the VBRViNetworkInfo object. To get this object, run the Get-VBRViServerNetworkInfo cmdlet.

False

Named

False

IsolatedNetworkName

Specifies a name of an isolated network. The cmdlet will create an isolated network with this name.

String

False

Named

False

VLANID

Specifies an ID of an isolated network. The cmdlet will create the isolated network with the specified ID.

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 VBRViVirtualLabNetworkMappingRule object that defines network mapping rules of isolated networks.

Examples

Set-VBRViNetworkMappingRuleExample 1. Modifying Mapping to Production Network

Set-VBRViNetworkMappingRuleExample 2. Modifying Isolated Network Name and ID

Related Commands