Get‐PIMGroupActiveAssignment - kayasax/EasyPIM GitHub Wiki
Description:
List active assignement defined for a group
Samples:
:large_blue_diamond: List active assignement for the group $gID
PS> Get-PIMGroupActiveAssignment -tenantID $tid -groupID $gID
:large_blue_diamond: Get a summary view of the active assignement for the group $gID, for the owner role and for the user "loic"
PS> Get-PIMGroupActiveAssignment -tenantID $tid -groupID $gID -memberType owner -principalName "loic" -summary
Parameters:
Parameter | description |
---|---|
$TenantID |
Entra ID TenantID |
$groupID |
group ID |
$memberType |
Filter results by memberType (owner or member) |
$PrincipalName |
Filter results by principal name |
[switch]$summary |
get the most useful info only |