From 3ae4b3d94e9c9954e5a7d0177fd73c897cb83456 Mon Sep 17 00:00:00 2001 From: JoGSal <59185898+JoGSal@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:42:42 -0700 Subject: [PATCH] Documentation: Add clarity on MSI package creation command (#20724) Feedback Row 10: Make it clear that the command should be run to generate install packages, not to enroll the device, Clarify that Windows can only generate an MSI package. # Checklist for submitter If some of the following don't apply, delete the relevant line. --- docs/Using Fleet/enroll-hosts.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Using Fleet/enroll-hosts.md b/docs/Using Fleet/enroll-hosts.md index 6112eec51e..154b4c7347 100644 --- a/docs/Using Fleet/enroll-hosts.md +++ b/docs/Using Fleet/enroll-hosts.md @@ -14,9 +14,9 @@ Fleet supports the [latest version of osquery](https://github.com/osquery/osquer > You must have `fleetctl` installed. [Learn how to install `fleetctl`](https://fleetdm.com/docs/using-fleet/fleetctl-cli#installing-fleetctl). -The `fleetctl package` command is used to generate Fleet's agent (fleetd). +The `fleetctl package` command is used to generate Fleet's agent (fleetd) install package.. -The `--type` flag is used to specify the fleetd installer type: +The `--type` flag is used to specify the fleetd installer type. Note that Windows can only generate an MSI package: - macOS: .pkg - Windows: .msi - Linux: .deb or .rpm @@ -39,7 +39,7 @@ To generate Fleet's agent (fleetd) in Fleet UI: 1. Go to the **Hosts** page, and select **Add hosts**. 2. Select the tab for your desired platform (e.g. macOS). -3. A CLI command with all necessary flags will be generated. Copy and run the command with [fleetctl](https://fleetdm.com/docs/using-fleet/fleetctl-cli) installed. +3. A CLI command with all necessary flags to generate an install package will be generated. Copy and run the command with [fleetctl](https://fleetdm.com/docs/using-fleet/fleetctl-cli) installed. ### Enroll host to a specific team