CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node operation synchronizes Autopilot devices in Microsoft Intune for a specified tenant. It is useful for IT administrators who manage device provisioning and want to ensure that the Autopilot device list is up-to-date with the latest device information from the tenant's environment. For example, after adding new devices to Autopilot or making changes in the tenant, this operation triggers a sync to reflect those changes in Intune.

Use Case Examples

  1. Sync Autopilot devices for a tenant to update device provisioning status.
  2. Automate device synchronization as part of a device management workflow in Intune.

Properties

Name Meaning
Tenant Filter The default .onmicrosoft.com tenant name used to specify which tenant's Autopilot devices to sync.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and request timeout.

Output

JSON

  • status - The status of the sync operation, indicating success or failure.
  • message - Additional information or details about the sync operation result.

Dependencies

  • Requires authentication credentials to access the Intune API, typically an API key or OAuth token.

Troubleshooting

  • Ensure the Tenant Filter is correctly specified as the tenant's .onmicrosoft.com name; incorrect tenant names will cause the sync to fail.
  • If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Proxy settings must be correctly configured if a proxy is required; incorrect proxy details will prevent successful requests.
  • Timeouts may occur if the server is slow to respond; increase the timeout setting if necessary.

Discussion