# Configuration guide: Intune health

## Introduction <a href="#configurationguide-configurationmanager-sccm-clienthealth-introduction" id="configurationguide-configurationmanager-sccm-clienthealth-introduction"></a>

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

## Content list and dependency <a href="#configurationguide-configurationmanager-sccm-clienthealth-contentlistanddependency" id="configurationguide-configurationmanager-sccm-clienthealth-contentlistanddependency"></a>

This library pack contains the following content and dependencies:

<table><thead><tr><th width="187">Type</th><th>Name</th><th>Description</th><th>Dependencies</th></tr></thead><tbody><tr><td><a href="https://nexthink.gitbook.io/opd/user-guide/live-dashboards">Live dashboards</a></td><td>Intune health</td><td>Monitor Intune adoption, compliance, and stability across your entire device to quickly diagnose and remediate Intune client issues.</td><td></td></tr><tr><td><a href="https://nexthink.gitbook.io/opd/user-guide/remote-actions">Remote actions</a></td><td>Get Intune device status</td><td>Collects Intune client component health information and enrollment diagnostic data.</td><td><ul><li>Required to populate specific dashboard widgets.</li></ul></td></tr><tr><td></td><td>Get Intune synchronization status (Windows only)</td><td>Collects sync diagnostics and enforcement data for Intune client policies.</td><td><ul><li>Required to populate specific dashboard widgets.</li></ul></td></tr><tr><td></td><td>Get Intune compliance status (Windows only)</td><td>Helps to understand whether devices enrolled in Intune are flagged as compliant or noncompliant.</td><td><ul><li>Required to populate specific dashboard widgets.</li></ul></td></tr><tr><td></td><td>Get Intune client diagnostics (Windows only)</td><td>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".</td><td></td></tr><tr><td></td><td>Invoke Intune policy synchronization (Windows only)</td><td>Forces the Intune client policy to sync on the device.</td><td></td></tr><tr><td></td><td>Invoke Intune failed app remediation (Windows only)</td><td>Helps to remediate failed application deployments on endpoint devices.</td><td></td></tr></tbody></table>

## Configuration guide <a href="#configurationguide-configurationmanager-sccm-clienthealth-configurationguide" id="configurationguide-configurationmanager-sccm-clienthealth-configurationguide"></a>

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](https://nexthink.gitbook.io/opd/user-guide/nexthink-library) and install all required content.

### **Step 2) Configure remote action(s)**

Navigate to the [manage remote action](https://nexthink.gitbook.io/opd/user-guide/remote-actions/managing-remote-actions) administration page to review and edit your remote actions.

We recommend the following configurations for these remote actions:

<table><thead><tr><th width="175">Name</th><th>Trigger</th><th width="231">Schedule query</th><th>Parameters to edit</th></tr></thead><tbody><tr><td>Get Intune device status</td><td>Scheduled, daily</td><td><pre data-title="Code"><code><strong>1 devices 
</strong>2 | where operating_system.platform == Windows
3 and operating_system.name !in ["*server*"]
</code></pre></td><td></td></tr><tr><td>Get Intune synchronization status (Windows only)</td><td>Scheduled, daily</td><td><pre data-title="Code"><code>1 devices 
2 | where operating_system.platform == Windows
3 and operating_system.name !in ["*server*"]
</code></pre></td><td></td></tr><tr><td>Get Intune compliance status (Windows only)</td><td>Scheduled, daily</td><td><pre><code>1 devices 
2 | where operating_system.platform == Windows
3 and operating_system.name !in ["*server*"]
</code></pre></td><td></td></tr><tr><td>Get Intune client diagnostics (Windows only)</td><td>Manual, can be triggered on multiple devices</td><td></td><td></td></tr><tr><td>Invoke Intune policy synchronization (Windows only)</td><td>Manual, can be triggered on multiple devices</td><td></td><td></td></tr><tr><td>Invoke Intune failed app remediation (Windows only)</td><td>Manual, can be triggered on multiple devices</td><td></td><td></td></tr></tbody></table>

## Usage guide <a href="#configurationguide-configurationmanager-sccm-clienthealth-usageguide" id="configurationguide-configurationmanager-sccm-clienthealth-usageguide"></a>

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](https://docs.nexthink.com/platform/library-packs/security-and-compliance/intune-health/usage-guide-intune-health)
