Unregister-DMUser
SYNOPSIS
Removes a user that had previously been registered.
SYNTAX
__AllParameterSets
Unregister-DMUser [[-Name] <string[]>] [<CommonParameters>]
DESCRIPTION
Removes a user that had previously been registered.
EXAMPLES
EXAMPLE 1
Get-DMUser | Unregister-DMUser
Clears all registered users.
PARAMETERS
-Name
The name of the user to remove.
Type: System.String[]
DefaultValue: ''
SupportsWildcards: false
Aliases:
- SamAccountName
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.