Update guide: Creating Windows configuration profiles (#26027)

- Use "configuration profiles" language to be consistent with product
and other
[docs/guides](https://fleetdm.com/guides/custom-os-settings#basic-article).
- Link to Windows configuration profiles guide from the OS settings
guide
This commit is contained in:
Noah Talerman
2025-02-04 11:28:19 -08:00
committed by GitHub
parent df8e753e71
commit 3bd5aaa8e5
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
## Introduction
Deploying Configuration Service Providers (CSPs) for Windows devices—the Windows equivalent of Apple's configuration profiles—can feel daunting, especially if you're new to the process or accustomed to ClickOps and other UI-driven approaches. The scarcity of straightforward documentation and guides can make it feel like you're venturing into a configuration rabbit hole.
Deploying Windows configurations profiles (aka Configuration Service Providers (CSPs)) for Windows devices can feel daunting, especially if you're new to the process or accustomed to ClickOps and other UI-driven approaches. The scarcity of straightforward documentation and guides can make it feel like you're venturing into a configuration rabbit hole.
![Rabbit Hole](../website/assets/images/articles/down-the-rabbit-hole.png)
@@ -170,9 +170,9 @@ Deploying CSPs for your Windows fleet may seem complex at first, but with a stru
Ready to take control of your Windows device configurations? Explore Fleets powerful API and GitOps workflows to start building and managing your CSPs today. Visit fleetdm.com to learn more or get in touch with our team to see how we can help streamline your device management strategy.
<meta name="articleTitle" value="Creating Windows CSPs">
<meta name="articleTitle" value="Creating Windows configuration profiles (CSPs)">
<meta name="authorFullName" value="Harrison Ravazzolo">
<meta name="authorGitHubUsername" value="harrisonravazzolo">
<meta name="category" value="guides">
<meta name="publishedOn" value="2024-12-12">
<meta name="description" value="Learn how to create and deploy Windows CSPs with Fleet, leveraging ADMX-backed policies for streamlined and secure device management.">
<meta name="description" value="Learn how to deploy Windows configuration profiles (CSPs) with Fleet">
+1 -1
View File
@@ -8,7 +8,7 @@ You can enforce OS settings using the Fleet UI, Fleet API, or [Fleet's GitOps wo
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/).
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) from [Microsoft's MDM protocol](https://learn.microsoft.com/en-us/windows/client-management/mdm/). Learn more about Windows CSPs [here](https://fleetdm.com/guides/creating-windows-csps).
Fleet UI: