From 6692ec9cfebdadf55a6cd35ed22310674a72a2d5 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:13:59 -0500 Subject: [PATCH] Update policy-automation-run-script.md (#23100) Walked through this guide during CS+QA setup and came up w/ some tweaks: - Consistent language - Less language --- articles/policy-automation-run-script.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/articles/policy-automation-run-script.md b/articles/policy-automation-run-script.md index 8501b54313..ed2d1ce82a 100644 --- a/articles/policy-automation-run-script.md +++ b/articles/policy-automation-run-script.md @@ -1,16 +1,14 @@ -# Automatic policy-based execution of scripts on hosts +# Automatically run scripts ![Fleet MDM Cover](../website/assets/images/articles/introducing-cross-platform-script-execution-800x450@2x.png) -Fleet [v4.58.0](https://github.com/fleetdm/fleet/releases/tag/fleet-v4.58.0) introduces the ability to execute scripts on hosts automatically based on predefined policy failures. This guide will walk you through configuring Fleet to automatically execute scripts on hosts using uploaded scripts based on programmed policies. You'll learn how to configure and use this feature and understand how the underlying mechanism works. +Fleet [v4.58.0](https://github.com/fleetdm/fleet/releases/tag/fleet-v4.58.0) introduces the ability to execute scripts on hosts automatically based on predefined policy failures. This guide will walk you through configuring Fleet to automatically execute scripts on hosts using uploaded scripts based on programmed policies. -Fleet allows users to upload scripts executed on macOS, Windows, and Linux hosts to remediate issues with those hosts. These scripts can now be automated to run when a policy fails. See [the scripts guide](https://fleetdm.com/guides/scripts) for more information. +Fleet allows users to upload scripts executed on macOS, Windows, and Linux hosts to remediate issues with those hosts. These scripts can now be automated to run when a policy fails. Learn more about scripts [here](https://fleetdm.com/guides/scripts). ## Prerequisites -* Fleet Premium with admin permissions -* Fleet [v4.58.0](https://github.com/fleetdm/fleet/releases/tag/fleet-v4.58.0) or greater -* [Scripts enabled](https://fleetdm.com/guides/scripts#enable-scripts) on all target hosts +* `fleetd` deployed with the `--enable-scripts` flag. If you're using MDM features, scripts are enabled by default. ## Step-by-step instructions