Get-LabVirtualNetworkDefinition

SYNOPSIS

Returns all virtual network definitions in the lab

SYNTAX

ByName

Get-LabVirtualNetworkDefinition [-Name <String>] [<CommonParameters>]

ByAddressSpace

Get-LabVirtualNetworkDefinition -AddressSpace <String> [<CommonParameters>]

DESCRIPTION

Returns all virtual network definitions in the lab

EXAMPLES

Example 1

PS C:\> Get-LabVirtualNetworkDefinition -AddressSpace 192.168.2.0/24

Tries to locate the network definition that has the address space 192.168.2.0/24

PARAMETERS

-AddressSpace

The address space of the network in CIDR notation

Type: String
Parameter Sets: ByAddressSpace
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

The name of the network

Type: String
Parameter Sets: ByName
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES