CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the Intune service to list Autopilot configurations. It is useful for administrators who need to retrieve and manage Autopilot profiles or ESP (Enrollment Status Page) configurations within their Microsoft Intune environment. For example, it can be used to automate the retrieval of Autopilot profiles for device provisioning or to audit existing Autopilot configurations.

Use Case Examples

  1. An IT admin automates the retrieval of all Autopilot profiles to update device provisioning scripts.
  2. A support team lists ESP configurations to verify deployment status settings across multiple tenants.

Properties

Name Meaning
Tenant Filter Specifies the default .onmicrosoft.com tenant name to filter the Autopilot configurations.
Autopilot Type Specifies the type of Autopilot configuration to list, either ESP or ApProfile.
Request Options Advanced request settings including batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • autopilotConfigs - Array of Autopilot configuration objects retrieved from Intune.

Dependencies

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

Troubleshooting

  • Ensure the Tenant Filter is correctly set to a valid .onmicrosoft.com tenant name to avoid empty or unauthorized responses.
  • If SSL certificate validation 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 or firewall rules.
  • Timeout errors may occur if the server is slow to respond; increase the timeout setting if necessary.

Discussion