-
Couldn't load subscription status.
- Fork 23
Remove PIMGroupActiveAssignment
Loïc MICHEL edited this page May 23, 2024
·
1 revision
Remove owner or member active assignement defined for a principal $principalID and the group $groupID
🔷 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| Parameter | description |
|---|---|
$TenantID |
Entra ID Tenant ID |
$groupID |
Group ID |
$PrincipalID |
Principal ID |
$type |
member or owner |
$justification |
optional justification |