CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the Intune service to list Autopilot devices within a specified tenant. It is useful for administrators who need to retrieve and manage Autopilot device information in their Microsoft Intune environment. For example, it can be used to automate inventory management or integrate device data into other workflows.

Use Case Examples

  1. An IT admin wants to get a list of all Autopilot devices registered under a specific tenant to monitor device enrollment status.
  2. A workflow that periodically fetches Autopilot device data to update a central asset management system.

Properties

Name Meaning
Tenant Filter Specifies the default .onmicrosoft.com tenant name to filter the Autopilot devices list.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • devices - Array of Autopilot devices retrieved from the Intune service.

Dependencies

  • Requires an API key credential for authentication to the Intune service.

Troubleshooting

  • Ensure the Tenant Filter is correctly set to a valid .onmicrosoft.com tenant name to avoid empty or unauthorized responses.
  • If SSL certificate errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Check proxy settings if requests fail due to network restrictions.
  • Timeout errors may occur if the server is slow or unresponsive; increase the timeout setting if needed.

Discussion