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

Check Assignments Of Devices

Check Intune assignments for one or more device names

Description

This runbook queries Intune policies and optionally app assignments relevant to the specified device(s). It resolves device group memberships and reports matching assignments.

Location

Organization → General → Check Assignments Of Devices

Full Runbook name

rjgit-org_general_check-assignments-of-devices

Details

Property
Value

Version

1.0.2

Required modules

RealmJoin.RunbookHelper (>= 0.8.9)

Schedulable

no

Permissions

Application permissions

  • Type: Microsoft Graph

    • Device.Read.All

      • Resolves device names via /devices and lists /devices/{id}/transitiveMemberOf

    • Group.Read.All

      • Reads the group objects returned by transitiveMemberOf to match assignment targets

    • DeviceManagementConfiguration.Read.All

      • Lists Intune configuration, group policy and compliance policies and their assignments

    • DeviceManagementApps.Read.All

      • Lists mobile apps and their assignments when IncludeApps is enabled

Parameters

DeviceNames

Comma-separated list of device names to check.

Property
Value

Required

true

Default Value

Type

String

Portal display name

Device names (comma-separated)

IncludeApps

If set to true, also evaluates application assignments.

Property
Value

Required

false

Default Value

False

Type

Boolean

Portal display name

Include app assignments

Last updated

Was this helpful?