signalgrid_mdm_status
Check a Mac's MDM and DEP enrollment status and list installed configuration profiles to reveal trust gaps from unenrolled corporate devices.
Instructions
MDM enrollment state (including DEP/Automated Device Enrollment) and installed configuration profiles.
Key managed-device signal: an unenrolled corporate Mac is a trust gap. Profile listing may require elevation; the raw output is returned either way.
Returns: dict with keys: enrollment_raw (str), mdm_enrolled (bool | None), dep_enrolled (bool | None), profiles_raw (str), _note. null booleans mean the state could not be determined.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||