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

Export All Intune Devices

Export a list of all Intune devices and where they are registered

Description

Exports all Intune managed devices and enriches them with selected owner metadata such as usage location. The report is uploaded as a CSV file to an Azure Storage container.

Location

Organization → General → Export All Intune Devices

Full Runbook name

rjgit-org_general_export-all-intune-devices

Details

Property
Value

Version

1.1.1

Required modules

RealmJoin.RunbookHelper (>= 0.8.9) Az.Accounts (>= 5.5.2)

Schedulable

no

Permissions

Application permissions

  • Type: Microsoft Graph

    • DeviceManagementManagedDevices.Read.All

      • Reads all Intune devices for the CSV export

    • GroupMember.Read.All

      • Reads the filter group's transitive user members to limit the export

    • Group.Read.All

      • Covers the same transitive member read for the optional group filter

Parameters

ContainerName

Name of the Azure Storage container to upload the CSV report to.

Property
Value

Required

false

Default Value

Type

String

ResourceGroupName

Name of the Azure Resource Group containing the Storage Account.

Property
Value

Required

false

Default Value

Type

String

StorageAccountName

Name of the Azure Storage Account used for upload.

Property
Value

Required

false

Default Value

Type

String

StorageAccountLocation

Azure region for the Storage Account if it needs to be created.

Property
Value

Required

false

Default Value

Type

String

StorageAccountSku

SKU name for the Storage Account if it needs to be created.

Property
Value

Required

false

Default Value

Type

String

SubscriptionId

Optional Azure Subscription Id to set the context for Storage Account operations.

Property
Value

Required

false

Default Value

Type

String

FilterGroupID

Group filter. When specified, only devices whose primary owner is a member of this group are exported.

Property
Value

Required

false

Default Value

Type

String

Portal display name

Optional - Group Filter

Last updated

Was this helpful?