List Pim Rolegroups Without Owners Scheduled
List role-assignable groups with eligible role assignments but without owners
Description
Finds role-assignable groups that have PIM eligible role assignments but no owners assigned. Optionally sends an email alert containing the group names.
Location
Organization → Security → List Pim Rolegroups Without Owners (Scheduled)
Full Runbook name
rjgit-org_security_list-pim-rolegroups-without-owners_scheduled
Details
Version
1.0.1
Required modules
RealmJoin.RunbookHelper (>= 0.8.9)
Schedulable
yes
Permissions
Application permissions
Type: Microsoft Graph
Group.Read.All
Lists role-assignable groups and reads their owners to find ownerless ones
RoleManagement.Read.Directory
Queries roleEligibilitySchedules per group to detect PIM-eligible role assignments
Mail.Send (optional — feature: Email report)
Sends the alert email via /users/{From}/sendMail when ownerless PIM groups were found
Organization.Read.All (optional — feature: Email report)
Reads the tenant's verified domain for the alert email body
Parameters
SendEmailIfFound
If set to true, sends an email when matching groups are found.
Required
false
Default Value
True
Type
Boolean
From
Sender email address used to send the alert.
Required
false
Default Value
reports@contoso.com
Type
String
Portal display name
Sender mail address
To
Recipient email address for the alert.
Required
false
Default Value
support@glueckkanja-gab.com
Type
String
Portal display name
Send mail to
Last updated
Was this helpful?