Unregister-FMSchema
SYNOPSIS
Removes a configured schema extension.
SYNTAX
__AllParameterSets
Unregister-FMSchema [[-Name] <string[]>] [<CommonParameters>]
DESCRIPTION
Removes a configured schema extension.
EXAMPLES
EXAMPLE 1
Unregister-FMSchema -Name $names
Removes the list of names stored in $names from the registered schema extension configurations.
PARAMETERS
-Name
Name(s) of the schema extensions to unregister.
Type: System.String[]
DefaultValue: ''
SupportsWildcards: false
Aliases:
- AdminDisplayName
ParameterSets:
- Name: (All)
Position: 0
IsRequired: false
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.