From 364d575a95c3cc7caf249159a56db40579593dde Mon Sep 17 00:00:00 2001 From: "kiloconnect[bot]" <240665456+kiloconnect[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 13:22:22 -0500 Subject: [PATCH] docs: mention SyncMLViewer for local Windows MDM testing (#40174) - `articles/custom-os-settings.md`: Added one sentence to the Windows section: "For local testing on Windows, [SyncMLViewer](https://github.com/okieselbach/SyncMLViewer/releases) is a useful GUI tool for inspecting MDM traffic." - `website/views/pages/os-settings.ejs`: Added a matching list item to the Windows platform section on the `fleetdm.com/os-settings` page, mirroring the iMazing mention in the Apple section. --- articles/custom-os-settings.md | 2 +- website/views/pages/os-settings.ejs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/articles/custom-os-settings.md b/articles/custom-os-settings.md index e5c4f2f1ea..c1c3feacca 100644 --- a/articles/custom-os-settings.md +++ b/articles/custom-os-settings.md @@ -6,7 +6,7 @@ In Fleet you can enforce OS settings like security restrictions, screen lock, Wi 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. Fleet signs these profiles for you. If you have self-signed profiles, run this command to unsign them: `/usr/bin/security cms -D -i /path/to/profile/profile.mobileconfig | xmllint --format -` -For Windows hosts, copy this [Windows configuration profile template](https://fleetdm.com/example-windows-profile) and update the profile using any [configuration service providers (CSPs)](https://fleetdm.com/guides/creating-windows-csps) from [Microsoft's MDM protocol](https://learn.microsoft.com/en-us/windows/client-management/mdm/). +For Windows hosts, copy this [Windows configuration profile template](https://fleetdm.com/example-windows-profile) and update the profile using any [configuration service providers (CSPs)](https://fleetdm.com/guides/creating-windows-csps) from [Microsoft's MDM protocol](https://learn.microsoft.com/en-us/windows/client-management/mdm/). For local testing on Windows, [SyncMLViewer](https://github.com/okieselbach/SyncMLViewer/releases) is a useful GUI tool for inspecting MDM traffic. For Android hosts, copy this [Android configuration profile template](https://fleetdm.com/learn-more-about/example-android-profile) and update the profile using the options available in [Android Management API](https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#resource:-policy). To learn how, watch [this video](https://youtu.be/Jk4Zcb2sR1w). diff --git a/website/views/pages/os-settings.ejs b/website/views/pages/os-settings.ejs index 19d23caf09..e96eeb1766 100644 --- a/website/views/pages/os-settings.ejs +++ b/website/views/pages/os-settings.ejs @@ -49,7 +49,8 @@