For the complete documentation index, see llms.txt. This page is also available as Markdown.

List Pim Rolegroups Without Owners Scheduled

List role-assignable groups with eligible role assignments but without owners

This is a scheduled runbook. It is designed to run on a recurring schedule rather than being triggered for a single object. See Scheduling for details on how to configure runbook schedules.

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

Property
Value

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.

Property
Value

Required

false

Default Value

True

Type

Boolean

From

Sender email address used to send the alert.

Property
Value

Required

false

Default Value

reports@contoso.com

Type

String

Portal display name

Sender mail address

To

Recipient email address for the alert.

Property
Value

Required

false

Default Value

support@glueckkanja-gab.com

Type

String

Portal display name

Send mail to

Last updated

Was this helpful?