Active Directory Management Framework

Configuration driven Active Directory management.

Unregister-DMGroupMembership

SYNOPSIS

Removes entries from the list of desired group memberships.

SYNTAX

Identity

Unregister-DMGroupMembership -Name <String> -ItemType <String> -Group <String>
 [-ProgressAction <ActionPreference>] [<CommonParameters>]

Category

Unregister-DMGroupMembership -Category <String> -Group <String> [-ProgressAction <ActionPreference>]
 [<CommonParameters>]

Processing

Unregister-DMGroupMembership -Group <String> -ProcessingMode <String> [-ProgressAction <ActionPreference>]
 [<CommonParameters>]

DESCRIPTION

Removes entries from the list of desired group memberships.

EXAMPLES

EXAMPLE 1

Get-DMGroupMembership | Unregister-DMGroupMembership

Removes all configured desired group memberships.

PARAMETERS

-Name

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

-ItemType

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

-Category

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

-Group

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

-ProcessingMode

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

-ProgressAction

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES