Configuration driven Active Directory management.
Removes a group policy object from the list of desired gpos.
Unregister-DMGroupPolicy [-Name] <String[]> [<CommonParameters>]
Removes a group policy object from the list of desired gpos.
Get-DMGroupPolicy | Unregister-DMGroupPolicy
Clears all configured GPOs
The name of the GPO to remove from the list of ddesired gpos
Type: String[]
Parameter Sets: (All)
Aliases: DisplayName
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
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.