-
Notifications
You must be signed in to change notification settings - Fork 7
Get‐PIMEntraRoleActiveAssignment
Loïc MICHEL edited this page Mar 8, 2024
·
3 revisions
List active assignement defined for $rolename
🔷 List active assignement for role "testrole" and user name "loic"
PS> Get-PIMEntraRoleActiveAssignment -tenantID $tid -rolename "testrole" -principalName "loic"
Parameter | description |
---|---|
$TenantID |
Entra ID TenantID |
$rolename |
Subscription ID |
$PrincipalID |
Filter results by principal id |
$PrincipalName |
Filter results by principal name |
[switch]$summary |
get the most usefull info only |