From 97295d33e60f6fc39a08c7b082866165cd4ff0ff Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Fri, 6 Feb 2026 04:28:22 -0500 Subject: [PATCH] Guide fix: Remove extra parenthesis (#38850) --- articles/custom-os-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/custom-os-settings.md b/articles/custom-os-settings.md index 7784aa84ef..f699c85b2b 100644 --- a/articles/custom-os-settings.md +++ b/articles/custom-os-settings.md @@ -87,7 +87,7 @@ Hosts that applied all OS settings. For macOS configuration profiles and device-scoped Windows profiles, Fleet verified by running an osquery query. It can take up to 1 hour ([configurable](https://fleetdm.com/docs/configuration/fleet-server-configuration#osquery-detail-update-interval)) for these profiles to move from "Verifying" to "Verified". -macOS declarations profiles are verified with a [DDM StatusReport](https://developer.apple.com/documentation/devicemanagement/statusreport)). +macOS declarations profiles are verified with a [DDM StatusReport](https://developer.apple.com/documentation/devicemanagement/statusreport). User-scoped Windows profiles are "Verified" after Fleet gets a [200 response](https://learn.microsoft.com/en-us/windows/client-management/oma-dm-protocol-support#syncml-response-status-codes) from the Windows MDM protocol.