From ef75a0131e8ebe474f4d14bcbc9108a3ae5eb6fd Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Wed, 3 Jan 2024 17:58:49 -0500 Subject: [PATCH] MDM command docs (#15803) - Fix typo. `fleetctl mdm run-command` expects `--hosts` --- docs/Using Fleet/MDM-commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Using Fleet/MDM-commands.md b/docs/Using Fleet/MDM-commands.md index 8cf7928748..229ba15d14 100644 --- a/docs/Using Fleet/MDM-commands.md +++ b/docs/Using Fleet/MDM-commands.md @@ -65,9 +65,9 @@ To run a command, we need to specify a target host by hostname. ### Step 3: Run the command -1. Run the `fleetctl mdm run-command --payload=restart-device.xml --host=hostname ` command. +1. Run the `fleetctl mdm run-command --payload=restart-device.xml --hosts=hostname ` command. -> Replace the --payload and --host flags with your XML file and hostname respectively. +> Replace the --payload and --hosts flags with your XML file and hostname respectively. 2. Look at the on-screen information. In the output you'll see the command to see results.