manage_entra_devices
Manage Microsoft Entra ID devices by listing, searching, viewing details, enabling, disabling, and deleting them from Entra ID or Intune.
Instructions
Manage Entra ID device objects (separate from Intune managed devices).
action values: list — List all Entra ID devices get — Get device details (device_id) search — Search by displayName (search_term) enable — Enable a device in Entra ID (device_id) disable — Disable a device in Entra ID (device_id) delete_entra — Delete device from Entra ID (device_id, confirm=True) delete_intune — Delete device from Intune (intune_device_id, confirm=True) delete_both — Delete from both Intune and Entra (device_id + intune_device_id, confirm=True)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| action | Yes | ||
| confirm | No | ||
| device_id | No | ||
| search_term | No | ||
| intune_device_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||