Unregister-FMSubnet
SYNOPSIS
Removes a subnet mapping.
SYNTAX
__AllParameterSets
Unregister-FMSubnet [-Name] <string[]> [<CommonParameters>]
DESCRIPTION
Removes a subnet mapping.
EXAMPLES
EXAMPLE 1
Unregister-FMSubnet -Name "1.2.3.4/32"
Removes the subnet "1.2.3.4/32"
PARAMETERS
-Name
Name of the subnets to unregister
Type: System.String[]
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: true
ValueFromPipeline: true
ValueFromPipelineByPropertyName: true
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.