munkireport / mdm_status
MDM status module for munkireport.
Installs: 9 206
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 6
Forks: 6
Open Issues: 1
README
The "MDM Enrolled" widget values are as follows: No = Not enrolled in MDM DEP = DEP enrolled MDM User Approved = User-Approved MDM
The following information is stored in the mdm_status table:
- Enrolled via DEP 10.13.4+
- "Yes" or "No"
- MDM Enrollment Status 10.13.4+
- "No", "Yes" installed but not approved, "Yes (User Approved)"
- Server URL
- Captures the base URL of the MDM enrollment
Table Schema
The table contains the following information:
- id - int - Unique id
- mdm_enrolled - string - If Mac is enrolled in MDM
- mdm_enrolled_via_dep - string - If enrolled via DEP/ABM/ASM
- mdm_server_url - string - URL of enrolled MDM server