Remove PIMGroupEligibleAssignment - kayasax/EasyPIM GitHub Wiki
Description:
Remove owner or member eligible assignement defined for a principal $principalID and the group $groupID
Samples:
:large_blue_diamond: Remove a member eligible assignment
PS> Remove-PIMGroupEligibleAssignment -tenantID $tenantID -groupID $groupID -principalID $PrincipalID -type member
:large_blue_diamond: 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 |