Get‐PIMGroupPolicy - kayasax/EasyPIM GitHub Wiki

Description:

Get member or owner PIM settings for a group

Samples:

:large_blue_diamond: show curent config for the member role of the group $gID

    PS> Get-PIMGroupPolicy -tenantID $tenantID -groupID $gID -type member

:large_blue_diamond: show curent config for the owner role of the group "Mygroup"

    PS> Get-PIMGroupPolicy -tenantID $tenantID -groupname "Mygroup" -type owner

Parameters:

Parameter description
$TenantID Entra ID Tenant ID
$groupName Name of a group (startswith)
$groupID group ID
$type owner or member