> For the complete documentation index, see [llms.txt](https://docs.harmony.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.harmony.io/asset-management/viewing-device-hardware-details-disk-battery.md).

# Viewing Device Hardware Details (Disk & Battery)

Harmony now surfaces richer hardware details for devices managed through JumpCloud and Kandji. Alongside existing device information, you can view disk information and battery health data directly within Harmony - giving your team a more complete picture of each device's condition without needing to switch between tools.

This data is collected automatically as part of the MDM integration. No additional configuration is required.

### What You Can See

#### Disk Information

Harmony tracks disk details per device and stores them for ongoing visibility. This includes data about the storage hardware present on each managed device, allowing you to monitor disk status over time.

Disk information is collected automatically from devices enrolled through your JumpCloud or Kandji integration.

#### Battery Health

Battery health data helps you proactively identify devices with aging or degraded batteries before they cause productivity issues or unexpected downtime. Rather than waiting for a user to report a problem, your team can spot at-risk devices early and take action.

Battery health is surfaced per device alongside other hardware details.

### Supported Integrations

Disk information and battery health are available for devices managed through the following MDM integrations:

* **JumpCloud**
* **Kandji**

If you are using a different MDM integration, this hardware data may not be available at this time.

### Viewing Hardware Details for a Device

1. Navigate to the **Devices** section in Harmony.
2. Select the device you want to inspect.
3. On the device detail page, locate the hardware information section.
4. Review the available **disk information** and **battery health** data displayed for that device.

Harmony collects and updates this data automatically as part of its ongoing MDM sync, so the information you see reflects the current state reported by your MDM provider.

### Why This Matters

Having disk and battery data in one place helps your team:

* **Reduce reactive support** - Identify failing or degraded hardware before users are impacted.
* **Plan device replacements** - Use battery health trends to prioritize which devices need to be refreshed.
* **Maintain device hygiene** - Keep a complete and accurate record of each device's hardware condition over time.


---

# 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.harmony.io/asset-management/viewing-device-hardware-details-disk-battery.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.
