diff --git a/articles/custom-os-settings.md b/articles/custom-os-settings.md index 1f343784da..36a00e2233 100644 --- a/articles/custom-os-settings.md +++ b/articles/custom-os-settings.md @@ -81,11 +81,8 @@ In the list of hosts, click on an individual host and click the **OS settings** Currently, when editing a profile using Fleet's GitOps workflow, it can take 30 seconds for the profile's status to update to "Pending." -On Windows, due to limitations of the MDM protocol, verification of [Win32 and Desktop Bridge app ADMX -policy](https://learn.microsoft.com/en-us/windows/client-management/win32-and-centennial-app-policy-configuration) -CSPs are limited. Fleet only verifies that the host returned a success status code in response to the MDM -command to install the configuration profile. You can query the registry keys defined by the ADMX -policy. For instance, if an ADMX file defines the following policy: +For Windows configuration profiles with the [Win32 and Desktop Bridge app ADMX +policies](https://learn.microsoft.com/en-us/windows/client-management/win32-and-centennial-app-policy-configuration), Fleet only verifies that the host returned a success status code in response to the MDM command to install the configuration profile. You can query the registry keys defined by the ADMX policy. For instance, if an ADMX file defines the following policy: ``` @@ -96,7 +93,7 @@ policy. For instance, if an ADMX file defines the following policy: ``` -The following osquery query will return any values set by this policy: +To verify that the OS setting is applied, run the following osquery query: ``` SELECT data FROM registry WHERE path = 'HKEY_LOCAL_MACHINE\Software\Policies\employee\Attributes\Subteam'; ```