list_devices
Retrieve devices registered or joined in Azure AD/Entra ID with OS and compliance status. Filter by display name, OS, trust type, or enabled state.
Instructions
List devices registered or joined in Azure AD / Entra ID with OS and compliance status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter by device display name (partial match) | |
| os | No | Filter by operating system (e.g. 'Windows', 'iOS', 'Android', 'macOS') | |
| trust_type | No | Filter by trust type: AzureAD (Azure AD Joined), ServerAD (Hybrid Azure AD Joined), Workplace (Registered) | |
| enabled_only | No | Return only enabled/active devices | |
| max_results | No | Maximum number of results to return (default: 50) |