Skip to main content

Unregister-DMNameMapping

SYNOPSIS

Removes a registered name mapping.

SYNTAX

__AllParameterSets

Unregister-DMNameMapping [-Name] <string[]> [<CommonParameters>]

DESCRIPTION

Removes a registered name mapping. Mapped names are used for stringr replacement when invoking domain configurations.

EXAMPLES

EXAMPLE 1

Get-DMNameMapping | Unregister-DMNameMapping

Removes all registered name mappings.

PARAMETERS

-Name

The name(s) of the mapping to purge.

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.