> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/library-packs/security-and-compliance/intune-health/configuration-guide-intune-health.md).

# 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](/platform/library-packs/security-and-compliance/intune-health/usage-guide-intune-health.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.nexthink.com/platform/library-packs/security-and-compliance/intune-health/configuration-guide-intune-health.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
