Skip to main content

Unregister-DMPasswordPolicy

SYNOPSIS

Remove a PSO from the list of desired PSOs that are applied to a domain.

SYNTAX

__AllParameterSets

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

DESCRIPTION

Remove a PSO from the list of desired PSOs that are applied to a domain.

EXAMPLES

EXAMPLE 1

Unregister-DMPasswordPolicy -Name "T0 Admin Policy"

Removes the "T0 Admin Policy" policy.

PARAMETERS

-Name

The name of the PSO to remove.

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.