Configuration driven Active Directory management.
Removes entries from the list of desired group memberships.
Unregister-DMGroupMembership -Name <String> -ItemType <String> -Group <String>
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Unregister-DMGroupMembership -Category <String> -Group <String> [-ProgressAction <ActionPreference>]
[<CommonParameters>]
Unregister-DMGroupMembership -Group <String> -ProcessingMode <String> [-ProgressAction <ActionPreference>]
[<CommonParameters>]
Removes entries from the list of desired group memberships.
Get-DMGroupMembership | Unregister-DMGroupMembership
Removes all configured desired group memberships.
Name of the identity being granted group membership
Type: String
Parameter Sets: Identity
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The type of object the identity being granted group membership is.
Type: String
Parameter Sets: Identity
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The Object Category that defines the members.
Type: String
Parameter Sets: Category
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The group being granted membership in.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The processing mode to apply for the group’s membership management.
Type: String
Parameter Sets: Processing
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
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.