mosen / mdm_status

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MDM Status module

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

About


Languages

Language:PHP 55.0%Language:Python 24.5%Language:Hack 16.6%Language:Shell 3.9%