Set-VBRHvProductionNetworkOptions

Short Description

Modifies production network options for Hyper-V virtual lab.

Applies to

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

Syntax

Set-VBRHvProductionNetworkOptions -ProductionNetworkOptions <VBRHvProductionNetworkOptions> [-ProductionNetwork <VBRHvServerNetworkInfo>] [-UseProductionNetworkVLANID] [-ProductionNetworkVLanID <int>]  [<CommonParameters>]

Detailed Description

This cmdlet modifies production network options for Hyper-V virtual lab.

Note

To modify settings, specify new values for the necessary parameters. The cmdlet will overwrite the previous parameters values with new values. The parameters that you omit will remain unchanged.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

ProductionNetworkOptions

Specifies options of a production network. The cmdlet will modify settings of this network.

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

True

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 VBRHvServerNetworkInfo object. To get this object, run the Get-VBRHvServerNetworkInfo cmdlet.

False

Named

False

UseProductionNetworkVLANID

Defines that the cmdlet will enable a production network VLANID.

SwitchParameter

False

Named

False

ProductionNetworkVLANID

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

Int

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 VBRHvProductionNetworkOptions object that defines options of a production network.