From b8267f0508d0a0e0b01595bd82ad505d9451785b Mon Sep 17 00:00:00 2001 From: Brock Walters <153771548+nonpunctual@users.noreply.github.com> Date: Fri, 27 Feb 2026 10:02:20 -0500 Subject: [PATCH] Update rethinking-endpoint-management.md (#40613) tidying up. --- articles/rethinking-endpoint-management.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/articles/rethinking-endpoint-management.md b/articles/rethinking-endpoint-management.md index 587907cede..24d5bc1b17 100644 --- a/articles/rethinking-endpoint-management.md +++ b/articles/rethinking-endpoint-management.md @@ -1,6 +1,6 @@ # Rethinking endpoint management: Fleet, osquery and Infrastructure as Code -Traditional MDM and EDR tools demand blind trust. It’s time to adopt an engineering approach to device management that prioritizes visibility, auditability, and scale +Traditional MDM and EDR tools demand blind trust. It’s time to adopt an engineering approach to device management that prioritizes visibility, auditability, and scale. ### Links to article series: @@ -65,7 +65,7 @@ To achieve true scale and reliability, endpoint management must be treated like Let's look at an example: -A policy requiring FileVault encryption on macOS can be controlled with a checkbox in the Fleet GUI. +A policy requiring FileVault encryption on macOS can be controlled with a checkbox in the Fleet UI. But, that checkbox can also be declaratively controlled with a text file containing the FileVault configuration. @@ -81,7 +81,7 @@ By adding the text file into a version-controlled `git` repository, the "code" The combination of the ground truth from `osquery`, Fleet’s scalable orchestration, and the rigor of Infrastructure as Code provides something traditional vendors cannot: complete control over your environment. Fleet transforms device management from manual labor in the GUI into proactive infrastructure engineering with all the benefits that GitOps entails: your teams can see every change, undo any error, and repeat every success. -But, there is a catch: moving to code-based management requires new skills. How do you enable a standard IT admin to write `SQL` queries and `YAML` configurations without needing the expertise of a seasoned DevOps engineer? +But, there is a catch: moving to code-based management requires new skills. How do you enable an inexperiences IT admin to write `SQL` queries and `YAML` configurations without needing the expertise of a seasoned DevOps engineer? In the [next article]((https://fleetdm.com/articles/supercharging-endpoint-management), part 3 of this series, we will explore how emerging AI coding assistants and event-driven automation bridge that gap, making this powerful stack accessible to teams of any size.