mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
MDM command docs (#15803)
- Fix typo. `fleetctl mdm run-command` expects `--hosts`
This commit is contained in:
parent
6dc9d2f6f0
commit
ef75a0131e
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user