mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Handbook: Update why-this-way.md (#14718)
Co-authored-by: Sampfluger88 <108141731+Sampfluger88@users.noreply.github.com> Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
This commit is contained in:
parent
683c1dfe95
commit
0eadf45f96
@ -330,15 +330,15 @@ Avoid using too many unnecessary words or superlatives, so your writing is short
|
||||
|
||||
|
||||
## Why does Fleet use "MDM on/off" instead of "MDM enrolled/unenrolled"?
|
||||
Fleet is more than an MDM (mobile device management) solution.
|
||||
MDM should be a capability, not a product category.
|
||||
|
||||
With Fleet, you can secure and investigate Macs, Windows servers, Chromebooks, and more by installing the fleetd agent (or chrome extension for Chromebooks). When we use the word "enroll" in Fleet, we want this to mean anytime one of these hosts shows up in Fleet and the user can see that sweet telemetry.
|
||||
In Fleet, the word "enrolled" means "the host shows up in the dashboard and API".
|
||||
|
||||
Fleet also has MDM features that allow IT admins to enforce OS settings, OS updates, and more. When we use the phrase "MDM on" in Fleet, it means a host has these features activated.
|
||||
When some tools like Workspace ONE say a host is "enrolled", they mean that data is being collected _and_ enforcement features are activated on that host.
|
||||
|
||||
Workspace ONE and other MDM solutions use "enroll" to mean both telemetry is being collecting and enforcement features are activated.
|
||||
Since Fleet is more than MDM, you can collect logs and health data on any computer. You can also enforce OS settings on any computer. But you don't have to enable both: for example, you can build an installer that only collects data, without enabling enforcement features like MDM protocol support and script execution.
|
||||
|
||||
Since Fleet is more than MDM, you can collect telemetry on your Windows servers and you can enforce OS settings on your Macs. Or you can collect telemetry for both without enforcing OS settings.
|
||||
That means you can collect logs from Linux servers or Windows factory workstations without enabling remote script execution on those computers, even if you're using script execution on your Macs.
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user