New-SCLogicalNetwork

Creates a logical network object.

Description

The New-SCLogicalNetworkk cmdlet creates a System Center Virtual Machine Manager (VMM) logical network object. Each logical network must have a unique name within a VMM installation.

Logical networks enable network administrators to model the network based on recognizable categories that align to business needs by grouping together subnets and VLANs. To assign IP subnets and VLANs to a logical network, create a logical network definition by using the New-SCLogicanNetworkDefinition cmdlet.

For more information about New-SCLogicalNetwork, type: "Get-Help New-SCLogicalNetwork -online".

Parameters

Name

Required? true
Accept Pipeline Input? false
Position? 0
Specifies the name of a VMM object.

Description

Required? false
Accept Pipeline Input? false
Position? 1
States a description for the specified object.

JobVariable

Required? false
Accept Pipeline Input? false
Position? named
Specifies that job progress is tracked and stored in the variable named by this parameter. 

PROTipID

Required? false
Accept Pipeline Input? false
Position? named
Specifies the ID of the PRO tip that triggered this action. This allows for auditing of PRO tips.

RunAsynchronously

Required? false
Accept Pipeline Input? false
Position? named
Indicates that the job runs asynchronously so that control returns to the command shell immediately. 

VMMServer

Required? false
Accept Pipeline Input? true (ByValue)
Position? named
Specifies a VMM server object.

Examples

1: Create a logical network.
PS C:\> New-SCLogicalNetwork -Name "LogicalNetwork01"
This command creates a logical network named LogicalNetwork01.

See Also