Get-FMSubnet
SYNOPSIS
Returns the list of configured subnets.
SYNTAX
__AllParameterSets
Get-FMSubnet [[-Name] <string>] [<CommonParameters>]
DESCRIPTION
Returns the list of configured subnets. Subnets can be configured using Register-FMSubnet. Those configurations represent the "Should be" state as defined for the entire organization.
EXAMPLES
EXAMPLE 1
Get-FMSubnet
Returns all configured subnets.
PARAMETERS
-Name
Name of the subnet to filter by. Defaults to "*"
Type: System.String
DefaultValue: '*'
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.