Unregister-DMObject
SYNOPSIS
Unregisters a configured active directory objects.
SYNTAX
__AllParameterSets
Unregister-DMObject [-Identity] <string[]> [<CommonParameters>]
DESCRIPTION
Unregisters a configured active directory objects.
EXAMPLES
EXAMPLE 1
Get-DMObject | Unregister-DMObject
Clears all configured AD objects.
PARAMETERS
-Identity
The paths to the object to unregister.
Requires the full, unresolved identity as dn (CN=<Name>,<Path>).
Type: System.String[]
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: true
ValueFromPipeline: false
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.