Unregister-DMGroupPolicy
SYNOPSIS
Removes a group policy object from the list of desired gpos.
SYNTAX
__AllParameterSets
Unregister-DMGroupPolicy [-Name] <string[]> [<CommonParameters>]
DESCRIPTION
Removes a group policy object from the list of desired gpos.
EXAMPLES
EXAMPLE 1
Get-DMGroupPolicy | Unregister-DMGroupPolicy
Clears all configured GPOs
PARAMETERS
-Name
The name of the GPO to remove from the list of ddesired gpos
Type: System.String[]
DefaultValue: ''
SupportsWildcards: false
Aliases:
- DisplayName
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.