Skip to content

Remove PIMGroupActiveAssignment

Loïc MICHEL edited this page May 23, 2024 · 1 revision

Description:

Remove owner or member active assignement defined for a principal $principalID and the group $groupID

Samples:

🔷 Remove a member active assignment

    PS> Remove-PIMGroupActiveAssignment -tenantID $tenantID -groupID $groupID -principalID $PrincipalID -type member

🔷 Remove an owner active assignement

    PS> Remove-PIMGroupActiveAssignment -tenantID $tenantID -groupID $groupID -principalID $PrincipalID -type owner

Parameters:

Parameter description
$TenantID Entra ID Tenant ID
$groupID Group ID
$PrincipalID Principal ID
$type member or owner
$justification optional justification

📝 Documentation

EasyPIM help by type

EasyPIM Orchestrator

Use cases

Clone this wiki locally