mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
MDM docs: Add missing period (#11149)
This commit is contained in:
parent
e76adbecc8
commit
472b531744
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user