mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
Docs: update OS settings status explanation (#25782)
Adding additional information to the guide and improving language to match what we're using in the product (instead of "installed configuration profiles" -> "applied OS settings").
This commit is contained in:
parent
3d3eb5cba8
commit
4e99afff3a
1 changed files with 4 additions and 4 deletions
|
|
@ -30,13 +30,13 @@ In the Fleet UI, head to the **Controls > OS settings** tab.
|
|||
|
||||
In the top box, with "Verified," "Verifying," "Pending," and "Failed" statuses, click each status to view a list of hosts:
|
||||
|
||||
* Verified: hosts that installed all configuration profiles. Fleet has verified with osquery.
|
||||
* **Verified**: hosts that applied all OS settings. Fleet verified by running an osquery query on Windows and macOS hosts (declarations profiles are verified with a [DDM StatusReport](https://developer.apple.com/documentation/devicemanagement/statusreport)). Currently, iOS and iPadOS hosts are "Verified" after they acknowledge all MDM commands to apply OS settings.
|
||||
|
||||
* Verifying: hosts that have acknowledged all MDM commands to install configuration profiles. Fleet is verifying the profiles are installed with osquery. If the profile wasn't installed, Fleet will redeliver the profile.
|
||||
* Verifying: hosts that acknowledged all MDM commands to apply OS settings. Fleet is verifying. If the profile wasn't delivered, Fleet will redeliver the profile.
|
||||
|
||||
* Pending: hosts that will receive MDM commands to install configuration profiles when the hosts come online.
|
||||
* Pending: hosts that are running MDM commands or will run MDM commands to apply OS settings when they come online.
|
||||
|
||||
* Failed: hosts that failed to install configuration profiles. For Windows profiles, the status codes are documented in Microsoft's documentation [here](https://learn.microsoft.com/en-us/windows/client-management/oma-dm-protocol-support#syncml-response-status-codes).
|
||||
* Failed: hosts that failed to apply OS settings. For Windows profiles, the status codes are documented in Microsoft's documentation [here](https://learn.microsoft.com/en-us/windows/client-management/oma-dm-protocol-support#syncml-response-status-codes).
|
||||
|
||||
In the list of hosts, click on an individual host and click the **OS settings** item to see the status for a specific setting.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue