Configuration driven Active Directory management.
Remove a PSO from the list of desired PSOs that are applied to a domain.
Unregister-DMPasswordPolicy [-Name] <String[]> [<CommonParameters>]
Remove a PSO from the list of desired PSOs that are applied to a domain.
Unregister-DMPasswordPolicy -Name "T0 Admin Policy"
Removes the “T0 Admin Policy” policy.
The name of the PSO to remove.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.