diff --git a/changes/251110-known-mdm-mosyle b/changes/251110-known-mdm-mosyle new file mode 100644 index 0000000000..6488f9d850 --- /dev/null +++ b/changes/251110-known-mdm-mosyle @@ -0,0 +1 @@ +- Mosyle added to the list of well-known MDM platforms diff --git a/server/fleet/hosts.go b/server/fleet/hosts.go index 38738c8bff..0258dabc91 100644 --- a/server/fleet/hosts.go +++ b/server/fleet/hosts.go @@ -1175,6 +1175,7 @@ const ( WellKnownMDMIntune = "Intune" WellKnownMDMSimpleMDM = "SimpleMDM" WellKnownMDMFleet = "Fleet" + WellKnownMDMMosyle = "Mosyle" ) var mdmNameFromServerURLChecks = map[string]string{ @@ -1186,6 +1187,7 @@ var mdmNameFromServerURLChecks = map[string]string{ "microsoft": WellKnownMDMIntune, "simplemdm": WellKnownMDMSimpleMDM, "fleetdm": WellKnownMDMFleet, + "mosyle": WellKnownMDMMosyle, } // MDMNameFromServerURL returns the MDM solution name corresponding to the