> ## Documentation Index
> Fetch the complete documentation index at: https://docs.iru.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Device Views Overview

> Use device views in Iru Endpoint to filter, sort, and organize your managed device fleet. Create saved views and custom filters for quick access.

<Callout icon="earth-americas" color="#B84A7A" iconType="regular">This guide applies to all device platforms</Callout>

### About Device Views

The Device Views in Iru provide comprehensive filtering and sorting capabilities to help you manage your device fleet across Apple, Windows, and Android platforms. You can use various attributes to organize, search, and analyze your devices effectively.

### How It Works

Device Views collect and display information from multiple sources including the Iru Agent, MDM profiles, and platform-specific APIs. This data is continuously updated through device check-ins and provides real-time insights into your device fleet status, compliance, and configuration.

<Note>
  Not all attributes are applicable to every platform. The availability of each attribute depends on the device type (Apple, Windows, or Android) and the data source (Agent or MDM).
</Note>

### Available Attributes

The following attributes can be used to sort and filter your device fleet:

#### Device Information

* **Device ID** - Unique identifier for the device
* **Device Name** - User-assigned or system-generated device name
* **Device Serial Number** - Hardware serial number
* **Model** - Device model information
* **Model Identifier** - Specific model identifier
* **Model Name** - Human-readable model name
* **Host Name** - Network hostname
* **Local Hostname** - Local network hostname
* **Asset Tag** - Organization-assigned asset tag

#### Operating System

* **OS Name** - Operating system name (macOS, Windows, Android)
* **OS Version** - Operating system version
* **OS Build** - Operating system build number
* **Display OS Version** - User-visible OS version
* **Supplemental Build Version** - Additional build information
* **Supplemental OS Version Extra** - Extra OS version details

#### Device Status

* **Agent Installed** - Whether the Iru Agent is installed
* **Agent Version** - Version of the installed Iru Agent
* **MDM Enabled** - Whether MDM is enabled on the device
* **Alert Status** - Whether the device has active alerts. Library Item failures are usually reflected as **Error** status on the Library Item and generate an alert; see our [Global Alerts](/en/endpoint/devices/global-alerts) support article for details
* **Lost Mode Status** - Whether Lost Mode is active
* **Last Check-In** - Most recent device check-in
* **Last Check-In Agent** - Most recent agent check-in
* **Last Check-In MDM** - Most recent MDM check-in

#### User Information

* **Device User** - Primary user of the device
* **Device User Email** - Email address of the device user

#### Enrollment Information

* **First Enrollment Date** - When the device was first enrolled
* **Last Enrollment Date** - Most recent enrollment date
* **First Seen** - When the device was first detected
* **Last Updated** - When device information was last updated
* **Last Changed** - When device configuration last changed
* **Last Collected** - When device data was last collected

#### Hardware Information

* **Device Capacity** - Storage capacity of the device
* **Battery Health** - Current battery health status
* **Apple Silicon** - Whether device uses Apple Silicon (Apple devices only)
* **Cellular Technology** - Cellular connectivity technology
* **Data Roaming** - Data roaming status
* **Personal Hotspot** - Personal hotspot capability

#### Management Information

* **Blueprint Name** - Assigned Blueprint name
* **Tags** - Custom tags assigned to the device
* **Shared iPad** - Whether device is a shared iPad (iOS only)

### Using Device Views

#### Filtering Devices

<Steps>
  <Step title="Access device views">
    Navigate to the **Devices** section in the Iru web app to view your device fleet.
  </Step>

  <Step title="Apply filters">
    Use the filter options to narrow down your device list based on specific attributes like OS version, Blueprint, or user information.
  </Step>

  <Step title="Sort results">
    Click on column headers to sort devices by different attributes in ascending or descending order.
  </Step>

  <Step title="Save views">
    Save frequently used filter combinations as custom views for quick access.
  </Step>
</Steps>

#### Platform-Specific Attributes

<Tabs>
  <Tab title="Apple Devices">
    Apple devices provide the most comprehensive attribute set, including:

    * **Apple Silicon** - Identifies devices with Apple's custom processors
    * **Shared iPad** - Identifies shared iPad configurations
    * **Supplemental Build Version** - Additional macOS/iOS build information
    * **Battery Health** - Detailed battery status information
  </Tab>

  <Tab title="Windows Devices">
    Windows devices include platform-specific attributes:

    * **OS Build** - Windows build number
    * **Model Identifier** - Windows device model information
    * **Agent Version** - Iru Agent version information
  </Tab>

  <Tab title="Android Devices">
    Android devices provide:

    * **OS Version** - Android version information
    * **Model** - Android device model
    * **Device Capacity** - Storage information
  </Tab>
</Tabs>

### Best Practices

<CardGroup cols={2}>
  <Card title="Regular Monitoring" icon="monitor">
    Set up regular monitoring of device attributes to track fleet health and compliance status.
  </Card>

  <Card title="Custom Views" icon="eye">
    Create custom views for different teams or use cases to improve efficiency.
  </Card>

  <Card title="Alert Configuration" icon="bell">
    Configure alerts based on device attributes to stay informed about important changes.
  </Card>

  <Card title="Reporting" icon="chart">
    Use device attributes in reports to provide insights to stakeholders.
  </Card>
</CardGroup>

### Troubleshooting

<AccordionGroup>
  <Accordion title="Missing device attributes">
    **Possible causes:**

    * Device not enrolled
    * Agent not installed or not running
    * Device offline or not checking in

    **Solutions:**

    * Verify device enrollment status
    * Check agent installation and connectivity
    * Ensure device is online and checking in regularly
  </Accordion>

  <Accordion title="Incorrect attribute values">
    **Possible causes:**

    * Stale data from previous check-in
    * Agent reporting issues
    * Platform-specific limitations

    **Solutions:**

    * Force a device check-in to refresh data
    * Check agent logs for reporting issues
    * Review platform-specific documentation for limitations
  </Accordion>
</AccordionGroup>
