Skip to content

Commit

Permalink
Custom OS settings guide: Modify OS settings on macOS, iOS, iPadOS, a…
Browse files Browse the repository at this point in the history
…nd Windows (#23046)

Document interim best practice for modifying OS settings. Later Fleet
might add an "Edit" button in the UI so the IT admin doesn't have to add
a new profile and then remove the old.
  • Loading branch information
noahtalerman authored Oct 21, 2024
1 parent dae2977 commit 06bb4f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion articles/custom-os-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In Fleet you can enforce OS settings like security restrictions, screen lock, Wi

You can enforce OS settings using the Fleet UI, Fleet API, or [Fleet's GitOps workflow](https://github.com/fleetdm/fleet-gitops).

For macOS hosts, Fleet recommends the [iMazing Profile Creator](https://imazing.com/profile-editor) tool for creating and exporting macOS configuration profiles.
For macOS, iOS, and iPadOS hosts, Fleet recommends the [iMazing Profile Creator](https://imazing.com/profile-editor) tool for creating and exporting macOS configuration profiles.

For Windows hosts, copy out this [Windows configuration profile template](https://fleetdm.com/example-windows-profile) and update the profile using any configuration service providers (CSPs) from [Microsoft's MDM protocol](https://learn.microsoft.com/en-us/windows/client-management/mdm/).

Expand All @@ -18,6 +18,10 @@ Fleet UI:

3. Select **Upload** and choose your configuration profile.

4. To modify the OS setting, first remove the old configuration profile and then add the new one.

> On macOS, iOS, and iPadOS, removing a configuration profile will remove enforcement of the OS setting.
Fleet API: API documentation is [here](https://fleetdm.com/docs/rest-api/rest-api#add-custom-os-setting-configuration-profile)

### OS settings status
Expand Down

0 comments on commit 06bb4f7

Please sign in to comment.