Report Stale Devices Scheduled

Scheduled report of stale devices based on last activity date and platform.

Description

Identifies and lists devices that haven't been active for a specified number of days. Automatically sends a report via email.

Setup regarding email sending

This runbook sends emails using the Microsoft Graph API. To send emails via Graph API, you need to configure an existing email address in the runbook customization.

This process is described in detail in the Setup Email Reportingarrow-up-right documentation.

Location

Organization → Devices → Report Stale Devices_Scheduled

Permissions

Application permissions

  • Type: Microsoft Graph

    • DeviceManagementManagedDevices.Read.All

    • Directory.Read.All

    • Device.Read.All

    • Mail.Send

Parameters

Days

Number of days without activity to be considered stale.

Property
Value

Required

false

Default Value

30

Type

Int32

Windows

Include Windows devices in the results.

Property
Value

Required

false

Default Value

True

Type

Boolean

MacOS

Include macOS devices in the results.

Property
Value

Required

false

Default Value

True

Type

Boolean

iOS

Include iOS devices in the results.

Property
Value

Required

false

Default Value

True

Type

Boolean

Android

Include Android devices in the results.

Property
Value

Required

false

Default Value

True

Type

Boolean

EmailTo

Can be a single address or multiple comma-separated addresses (string). The function sends individual emails to each recipient for privacy reasons.

Property
Value

Required

true

Default Value

Type

String

EmailFrom

The sender email address. This needs to be configured in the runbook customization

Property
Value

Required

false

Default Value

Type

String

Back to Runbook Reference overview

Last updated

Was this helpful?