Skip to content

Remove PIMGroupEligibleAssignment

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

Description:

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

Samples:

🔷 Remove a member eligible assignment

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

🔷 Remove an owner eligible assignement

    PS> Remove-PIMGroupEligibleAssignment -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