Configuration guide: Intune health

Introduction

Monitor Intune adoption, compliance, and stability across your entire environment to quickly diagnose and remediate Intune client issues.

Content list and dependency

This library pack contains the following content and dependencies:

TypeNameDescriptionDependencies

Intune health

Monitor Intune adoption, compliance, and stability across your entire device to quickly diagnose and remediate Intune client issues.

Get Intune device status (Windows only)

Collects Intune client component health information and enrollment diagnostic data.

  • Required to populate specific dashboard widgets.

Get Intune synchronization status (Windows only)

Collects sync diagnostics and enforcement data for Intune client policies.

  • Required to populate specific dashboard widgets.

Get Intune compliance status (Windows only)

Helps to understand whether devices enrolled in Intune are flagged as compliant or noncompliant.

  • Required to populate specific dashboard widgets.

Get Intune client diagnostics (Windows only)

Collects the Intune client diagnostic logs, creates a single archive of those logs, and stores it in the following folder on the device: "C:\Users\Public\Documents".

Invoke Intune policy synchronization (Windows only)

Forces the Intune client policy to sync on the device.

Invoke Intune failed app remediation (Windows only)

Helps to remediate failed application deployments on endpoint devices.

Configuration guide

To effectively use this library pack, the content must be installed and configured appropriately. Below are some suggested steps to install and configure the content properly before use.

Step 1) Install library pack content

Go to the Nexthink Library and install all required content.

Step 2) Configure remote action(s)

Navigate to the manage remote action administration page to review and edit your remote actions.

We recommend the following configurations for these remote actions:

NameTriggerSchedule queryParameters to edit

Get Intune device status (Windows only)

Scheduled, daily

Code
1 devices 
2 | where operating_system.platform == Windows
3 and operating_system.name !in ["*server*"]

Get Intune synchronization status (Windows only)

Scheduled, daily

Code
1 devices 
2 | where operating_system.platform == Windows
3 and operating_system.name !in ["*server*"]

Get Intune compliance status (Windows only)

Scheduled, daily

1 devices 
2 | where operating_system.platform == Windows
3 and operating_system.name !in ["*server*"]

Get Intune client diagnostics (Windows only)

Manual, can be triggered on multiple devices

Invoke Intune policy synchronization (Windows only)

Manual, can be triggered on multiple devices

Invoke Intune failed app remediation (Windows only)

Manual, can be triggered on multiple devices

Usage guide

Your content is now configured and ready to be used. For usage overview and recommendations, you can visit the usage guide:

Usage guide: Intune health

Last updated