Update instructions for turning off MDM on Windows hosts (#38119)

<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**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>
This commit is contained in:
Allen Houchins
2026-01-09 15:25:56 -05:00
committed by GitHub
co-authored by Noah Talerman
parent 6f4845e4cd
commit b09d98ea7b
+2 -2
View File
@@ -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).