From b09d98ea7ba1ff2849760d5f6db7e0bb9924d2e1 Mon Sep 17 00:00:00 2001 From: Allen Houchins <32207388+allenhouchins@users.noreply.github.com> Date: Fri, 9 Jan 2026 14:25:56 -0600 Subject: [PATCH] Update instructions for turning off MDM on Windows hosts (#38119) **Related issue:** Resolves #38092 This pull request updates the instructions for turning off MDM on Windows hosts in the enrollment documentation. The change clarifies the recommended method for deploying the script the script via Fleet. Documentation improvements: * Updated the Windows host instructions in `articles/enroll-hosts.md` to recommend deploying the "turn off MDM" script via **Actions > Run script** on the host's details page, rather than running the script manually. --------- Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> --- articles/enroll-hosts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/enroll-hosts.md b/articles/enroll-hosts.md index 489ba82ae0..a90fec983e 100644 --- a/articles/enroll-hosts.md +++ b/articles/enroll-hosts.md @@ -141,8 +141,8 @@ In the Google Admin console: 1. Determine if your host has MDM features turned on by looking at the **MDM status** on the host's **Host details** page. 2. If MDM is turned on, for macOS, Windows, iOS/iPadOS, and Android hosts: - - For macOS hosts, select **Actions > Turn off MDM** to turn MDM off. - - For Windows hosts, download and run the [turn off MDM script](https://github.com/fleetdm/fleet/blob/main/it-and-security/lib/windows/scripts/turn-off-mdm.ps1) on the host. + - For macOS hosts, select **Actions > Turn off MDM** on the host's details page to turn MDM off. + - For Windows hosts, download the [turn off MDM script](https://github.com/fleetdm/fleet/blob/main/it-and-security/lib/windows/scripts/turn-off-mdm.ps1), add it to the host's team on the **Scripts** page in Fleet, and run the script via **Actions > Run script** on the host's details page. - For iOS/iPadOS and Android hosts, select **Actions > Unenroll**. 3. Next, for macOS, Windows, and Linux hosts [uninstall fleetd](https://fleetdm.com/guides/how-to-uninstall-fleetd).