> ## 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 Record Details

> Review inventory and status fields on the Details tab of a device record in Iru Endpoint. See what information appears for macOS, iOS, iPadOS, visionOS, Windows, and Android.

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

### About Device Record Details

The **Details** tab on a device record shows inventory and status information collected from the device. Use it to confirm hardware and OS identity, network addresses, management state, and platform-specific security settings without leaving the device record.

Many of the same attributes are also available as filters and columns in [Device Views](/en/endpoint/devices/device-views-overview). The Details tab is the place to review the full set of fields for a single device.

### How It Works

After you open a device from **Devices**, the device record includes tabs such as **Status**, **Activity**, and **Details**. The **Details** tab organizes fields into sections that vary by platform. Values refresh when the device checks in. On Apple devices, some Device Information sections also include **Update Now** so you can request a fresh MDM inventory sync. For more on check-in behavior, see [Device Check-in](/en/endpoint/devices/device-check-in/device-check-in).

<Note>
  Not every field appears on every device. Availability depends on the platform, hardware capabilities (for example, cellular), enrollment type, and whether the Iru Agent or MDM profile is present.
</Note>

### View the Details Tab

<Steps>
  <Step title="Open Devices">
    Navigate to **Devices** in the Iru Endpoint web app.
  </Step>

  <Step title="Open a device record">
    Select a device to open its device record. You can use [Device Views](/en/endpoint/devices/device-views-overview) filters to find the device first.
  </Step>

  <Step title="Select Details">
    Select the **Details** tab.
  </Step>
</Steps>

### What's on the Details Tab

<Tabs>
  <Tab title="macOS">
    Mac Details include general identity and enrollment information, MDM and agent status, hardware and network inventory, storage volumes, local users, profiles, and security settings such as Activation Lock, Recovery Lock, and FileVault.

    <AccordionGroup>
      <Accordion title="General" icon="info-circle">
        * **Device Name** - Name of the Mac
        * **Device ID** - Unique identifier for the device in Iru Endpoint
        * **Last Enrollment** - Most recent enrollment date
        * **First Enrollment** - First enrollment date
        * **Model** - Device model
        * **OS Version** - macOS version
        * **System Version** - Full system version string
        * **Boot Volume** - Boot volume name
        * **Time Since Boot** - Time since the last restart
        * **Last User** - Most recently logged-in user
        * **Beta enrollment** - Beta enrollment status
      </Accordion>

      <Accordion title="MDM" icon="mobile-screen">
        * **MDM Enabled** - Whether MDM is enabled
        * **Install Date** - When the MDM profile was installed
        * **Last Check-In** - Most recent MDM check-in
        * **MDM-enabled users** - Users with MDM enabled
        * **Supervised** - Whether the Mac is supervised
        * **Remote Desktop Status** - Remote Desktop status
        * **Bootstrap Token Escrowed** - Whether a bootstrap token is escrowed
      </Accordion>

      <Accordion title="Automated Device Enrollment" icon="clipboard-check">
        * **Automated Device Enrollment Eligible** - Whether the device is eligible for Automated Device Enrollment
        * **Automated Device Enrolled** - Whether the device enrolled through Automated Device Enrollment
      </Accordion>

      <Accordion title="Agent" icon="robot">
        * **Agent Installed** - Whether the Iru Agent is installed
        * **Install Date** - When the agent was installed
        * **Last Check-in** - Most recent agent check-in
        * **Agent Version** - Installed agent version
      </Accordion>

      <Accordion title="Hardware Overview" icon="microchip">
        * **Model Name** - Human-readable model name
        * **Model Identifier** - Specific model identifier
        * **Processor Name** - Processor name
        * **Processor Speed** - Processor speed
        * **Number of Processors** - Number of processors
        * **Total Number of Cores** - Total number of CPU cores
        * **Memory** - Installed memory
        * **Serial Number** - Hardware serial number
        * **Hardware UUID** - Hardware UUID
        * **Battery Health** - Current battery health status
      </Accordion>

      <Accordion title="Network" icon="network-wired">
        * **Local Hostname** - Local network hostname
        * **MAC Address** - Network interface MAC address
        * **Local IP address** - Local IP address of the device
        * **Public IP Address** - Public IP address of the device
      </Accordion>

      <Accordion title="Volumes" icon="hard-drive">
        For each volume:

        * **Format** - Volume format
        * **Percent Used** - Percentage of storage used
        * **Identifier** - Volume identifier
        * **Capacity** - Total volume capacity
        * **Available** - Free space on the volume
        * **Encrypted** - Whether the volume is encrypted
      </Accordion>

      <Accordion title="Users" icon="users">
        Local user accounts, including regular and system users. For each user:

        * **Account name** - Local account name
        * **UID** - User ID
        * **Path** - Home directory path
        * **Admin** - Whether the account has administrator privileges

        For related actions, see [Delete a User Account](/en/endpoint/devices/device-actions/delete-a-user-account).
      </Accordion>

      <Accordion title="Profiles" icon="file-lines">
        * Installed configuration profiles, including the MDM profile
      </Accordion>

      <Accordion title="Activation Lock" icon="lock">
        * **Bypass Code Expired** - Whether the bypass code has expired
        * **User-based Activation Lock Status** - User-based Activation Lock status
        * **Device-based Activation Lock Status** - Device-based Activation Lock status
        * **User-based Activation Lock Allowed** - Whether user-based Activation Lock is allowed
        * **Activation Lock Supported** - Whether Activation Lock is supported
      </Accordion>

      <Accordion title="Recovery Lock" icon="key">
        * **Recovery Lock** - Recovery Lock status
        * **Firmware Password** - Firmware password status, including pending restart or rotation when applicable
      </Accordion>

      <Accordion title="FileVault" icon="shield">
        * **FileVault Enabled** - Whether FileVault is enabled
        * **Recovery key type** - Type of recovery key in use
        * **Personal recovery key escrowed** - Whether the personal recovery key is escrowed
        * **Key rotation or regeneration** - Scheduled rotation or regeneration when configured
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="iOS, iPadOS, and visionOS">
    iPhone, iPad, and Apple Vision Pro Details center on **Device Information**, plus enrollment, profiles, certificates, security, and Activation Lock. Cellular fields appear when the device supports cellular service. Some Device Information sections include an updated timestamp and an **Update Now** control. See [Device Check-in](/en/endpoint/devices/device-check-in/device-check-in).

    <AccordionGroup>
      <Accordion title="Device Information: General" icon="info-circle">
        * **Device Name** - Name of the device
        * **OS Version** - Operating system version
        * **OS Build** - Operating system build
        * **Model Name** - Human-readable model name
        * **Model Identifier** - Specific model identifier
        * **Model Number** - Model number
        * **Serial Number** - Hardware serial number
        * **UDID** - Unique device identifier
        * **EAS Device Identifier** - Exchange ActiveSync device identifier
        * **TimeZone** - Device time zone
        * **Beta enrollment** - Beta enrollment status
      </Accordion>

      <Accordion title="Device Information: Hardware" icon="microchip">
        * **Battery Level** - Current battery level
        * **Battery Health** - Current battery health status
        * **Available Device Capacity** - Free storage capacity
        * **Device Capacity** - Total storage capacity
        * **Wi-Fi Address** - Wi-Fi MAC address
        * **Bluetooth Address** - Bluetooth MAC address
        * **Cellular Technology** - Cellular connectivity technology
        * **Modem Firmware** - Modem firmware version when available
      </Accordion>

      <Accordion title="Device Information: Management" icon="gear">
        * **Supervised** - Whether the device is supervised
        * **Awaiting Configuration** - Whether the device is awaiting configuration
        * **MDM Lost Mode Enabled** - Whether MDM Lost Mode is enabled
        * **PIN Required For Device Lock** - Whether a PIN is required to lock the device
        * **PIN Required For Erase Device** - Whether a PIN is required to erase the device
      </Accordion>

      <Accordion title="Device Information: Cellular" icon="signal">
        Available on cellular-capable devices:

        * **Phone Number** - Phone number
        * **IMEI** - International Mobile Equipment Identity
        * **ICCID** - Integrated Circuit Card Identifier
        * **MEID** - Mobile Equipment Identifier
        * **Personal Hotspot Enabled** - Whether personal hotspot is enabled
        * **Roaming Enabled** - Whether roaming is enabled
        * **Data Roaming Enabled** - Whether data roaming is enabled
        * **Voice Roaming Enabled** - Whether voice roaming is enabled
        * **Current Carrier Network** - Current carrier network
        * **Carrier Settings Version** - Carrier settings version
        * **Current MCC** / **Current MNC** - Mobile country and network codes
        * **Subscriber** and **SIM** carrier network details
        * **Service Subscriptions** - Per-SIM or eSIM slot subscription details
      </Accordion>

      <Accordion title="Device Information: Additional" icon="ellipsis">
        * **Network Tethered** - Whether the device is network tethered
        * **App Analytics Enabled** - Whether app analytics are enabled
        * **Diagnostic Submission Enabled** - Whether diagnostic submission is enabled
        * **iCloud Backup Enabled** - Whether iCloud Backup is enabled
        * **Last iCloud Backup Date** - Date of the last iCloud backup
        * **Location Services Enabled** - Whether Location Services are enabled
        * **Do Not Disturb In Effect** - Whether Do Not Disturb is in effect
        * **iTunes Store Account Active** - Whether an iTunes Store account is active
        * **Public IP Address** - Public IP address of the device
      </Accordion>

      <Accordion title="Automated Device Enrollment" icon="clipboard-check">
        * **Automated Device Enrollment Eligible** - Whether the device is eligible for Automated Device Enrollment
        * **Automated Device Enrolled** - Whether the device enrolled through Automated Device Enrollment
      </Accordion>

      <Accordion title="Profiles" icon="file-lines">
        * Installed configuration profiles, including the MDM profile
      </Accordion>

      <Accordion title="Certificates" icon="certificate">
        * **Common Name** - Certificate common name
        * **Identity** - Whether the certificate is an identity certificate
      </Accordion>

      <Accordion title="Security" icon="shield">
        * **Hardware Encryption Capabilities** - Hardware encryption capabilities
        * **Passcode Present** - Whether a passcode is set
        * **Passcode Compliant** - Whether the passcode is compliant
        * **Passcode Compliant With Installed Profiles** - Whether the passcode complies with installed profiles
        * **Passcode Lock Grace Period (Enforced)** - Enforced passcode lock grace period
        * **Passcode Lock Grace Period (User-Defined)** - User-defined passcode lock grace period
      </Accordion>

      <Accordion title="Activation Lock" icon="lock">
        * **Bypass Code Expired** - Whether the bypass code has expired
        * **User-based Activation Lock Status** - User-based Activation Lock status
        * **Device-based Activation Lock Status** - Device-based Activation Lock status
        * **User-based Activation Lock Allowed** - Whether user-based Activation Lock is allowed
        * **Activation Lock Supported** - Whether Activation Lock is supported
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="Windows">
    Windows Details include general OS and device identity, MDM and agent status, hardware overview, and network information reported for the device.

    <AccordionGroup>
      <Accordion title="General" icon="info-circle">
        * **Device type** - Device type
        * **Model number or name** - Model number or name
        * **Original Equipment Manufacturer (OEM) name** - Device manufacturer
        * **Device name** - Name of the device
        * **Device ID** - Unique identifier for the device in Iru Endpoint
        * **Current language** - Current language setting
        * **Firmware version** - Firmware version
        * **Hardware version** - Hardware version
        * **Full software version** - Full software version string
        * **OS name** - Operating system name
        * **OS version** - Operating system version
        * **OS edition** - Operating system edition
        * **OS build** - Operating system build
        * **Update Build Revision (UBR)** - Update Build Revision
      </Accordion>

      <Accordion title="MDM" icon="mobile-screen">
        * **Device identifier (Windows)** - Windows device identifier
        * **Current management client revision of the device** - Management client revision
      </Accordion>

      <Accordion title="Agent" icon="robot">
        * **Agent installed** - Whether the Iru Agent is installed
        * **Agent installed at** - When the agent was installed
        * **Agent version** - Installed agent version
        * **Last check-in** - Most recent agent check-in
      </Accordion>

      <Accordion title="Hardware Overview" icon="microchip">
        * **Commercialization operator** - Commercialization operator
        * **Free storage space** - Free storage space
        * **Processor architecture** - Processor architecture
        * **Radio software version** - Radio software version
        * **SMBIOS serial number** - SMBIOS serial number
        * **BIOS version** - BIOS version
        * **Total RAM** - Total installed memory
        * **Total storage capacity** - Total storage capacity
      </Accordion>

      <Accordion title="Network" icon="network-wired">
        * **DNS computer name** - DNS computer name
        * **Integrated Circuit Card Identifier (ICCID) of the first adapter** - ICCID of the first adapter when present
        * **VoLTE service setting** - VoLTE service setting
        * **Wi-Fi DNS suffix** - Wi-Fi DNS suffix
        * **Wi-Fi IPv4 address** - Wi-Fi IPv4 address
        * **Wi-Fi IPv6 address** - Wi-Fi IPv6 address
        * **Wi-Fi subnet mask** - Wi-Fi subnet mask
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="Android">
    Android Details include general OS and device identity, hardware and cellular information, management mode and ownership, and security posture. Attributes are sourced through the Android Management API. For related Android inventory on the device record, see [View Device Application List](/en/endpoint/devices/view-device-application-list).

    <AccordionGroup>
      <Accordion title="General" icon="info-circle">
        * **OS Version** - Android version
        * **OS Build** - Operating system build
        * **API Level** - Android API level
        * **Security Patch Level** - Security patch level date
        * **Manufacturer** - Device manufacturer
        * **Model Name** - Device model name
        * **Serial Number** - Hardware serial number
        * **Enterprise ID** - Enterprise ID
        * **Enterprise Device ID** - Enterprise device ID
      </Accordion>

      <Accordion title="Hardware" icon="microchip">
        * **Available Device Capacity** - Free storage capacity
        * **Device Capacity** - Total storage capacity
        * **Total RAM** - Total installed memory
        * **Wi-Fi Address** - Wi-Fi MAC address
        * **Cellular Technology** - Cellular connectivity technology
      </Accordion>

      <Accordion title="Management" icon="gear">
        * **Management Mode** - Management mode
        * **Ownership** - Device ownership
      </Accordion>

      <Accordion title="Cellular" icon="signal">
        * **IMEI** - International Mobile Equipment Identity when available
      </Accordion>

      <Accordion title="Security" icon="shield">
        * **Storage Encryption** - Storage encryption status
        * **Encryption Status** - Encryption status detail
        * **Device Posture** - Device posture status
        * **Passcode** - Whether a passcode is set
        * **Google Play Protect** - Google Play Protect status
        * **Unknown App Sources** - Whether unknown app sources are allowed
        * **Developer Mode** - Whether developer mode is enabled
        * **Android Debug Bridge** - Whether ADB is enabled
      </Accordion>
    </AccordionGroup>
  </Tab>
</Tabs>

### Related Articles

<CardGroup cols={2}>
  <Card title="Device Views Overview" icon="table" href="/en/endpoint/devices/device-views-overview">
    Filter, sort, and organize your device fleet with device views and attributes
  </Card>

  <Card title="Device Check-in" icon="arrows-rotate" href="/en/endpoint/devices/device-check-in/device-check-in">
    Understand agent and MDM check-ins and how device information stays current
  </Card>

  <Card title="Tags for Devices" icon="tag" href="/en/endpoint/devices/device-record-management/tags-for-devices">
    Create and apply tags to organize devices and support Assignment Rules
  </Card>

  <Card title="Assigning and Unassigning Users to Devices" icon="user" href="/en/endpoint/devices/device-record-management/assigning-and-unassigning-users-to-devices">
    Link directory users to device records for user-based management
  </Card>

  <Card title="View Device Application List" icon="list" href="/en/endpoint/devices/view-device-application-list">
    View and manage the application list on devices
  </Card>

  <Card title="Delete a User Account" icon="user-minus" href="/en/endpoint/devices/device-actions/delete-a-user-account">
    Remove local user accounts on Mac computers from the device record
  </Card>
</CardGroup>
