mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
MDM docs: Add missing period (#11149)
This commit is contained in:
parent
e76adbecc8
commit
472b531744
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ You can run any command supported by Apple's MDM protocol as a custom command in
|
|||
|
||||
> The "Erase a device" and "Lock a device" commands are only available in Fleet Premium
|
||||
|
||||
Each command has example request payloads in XML format. For example, if we want to restart a host, we'll use the "Restart a Device" request payload documented by Apple [here](https://developer.apple.com/documentation/devicemanagement/restart_a_device#3384428)
|
||||
Each command has example request payloads in XML format. For example, if we want to restart a host, we'll use the "Restart a Device" request payload documented by Apple [here](https://developer.apple.com/documentation/devicemanagement/restart_a_device#3384428).
|
||||
|
||||
To run the "Restart a device" command, we'll need to create a `restart-device.xml` file locally and copy and paste the request payload into this `.xml` file:
|
||||
|
||||
|
|
@ -72,4 +72,4 @@ Fleet UI:
|
|||
2. Look at the on-screen information.
|
||||
|
||||
<meta name="pageOrderInSection" value="1504">
|
||||
<meta name="title" value="MDM commands">
|
||||
<meta name="title" value="MDM commands">
|
||||
|
|
|
|||
Loading…
Reference in a new issue