mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Device management > Setup and Commands docs: iOS/iPadOS (#19590)
- Update "Setup" and "Commands" doc pages to mention iOS and iPadOS.
This commit is contained in:
parent
80677d1dd0
commit
d7394aae6b
2 changed files with 7 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Commands
|
||||
|
||||
In Fleet you can run MDM commands to take action on your macOS and Windows hosts, like restarting the host, remotely.
|
||||
In Fleet you can run MDM commands to take action on your macOS, iOS, iPadOS, and Windows hosts, like restarting the host, remotely.
|
||||
|
||||
## Custom commands
|
||||
|
||||
|
|
@ -85,7 +85,7 @@ You can view a list of the 1,000 latest commands:
|
|||
|
||||
The command ID can be used to view command results as documented in [step 4 of the previous section](#step-4-view-the-commands-results).
|
||||
|
||||
The possible statuses for macOS hosts are the following:
|
||||
The possible statuses for macOS, iOS, and iPadOS hosts are the following:
|
||||
|
||||
* Pending: the command has yet to run on the host. The host will run the command the next time it comes online.
|
||||
* NotNow: the host responded with "NotNow" status via the MDM protocol: the host received the command, but couldn’t execute it. The host will try to run the command the next time it comes online.
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
# Setup
|
||||
|
||||
To turn on macOS MDM features, follow the instructions on this page to connect Fleet to Apple Push Notification service (APNs).
|
||||
To turn on macOS, iOS, and iPadOS MDM features, follow the instructions on this page to connect Fleet to Apple Push Notification service (APNs).
|
||||
|
||||
To use automatic enrollment (aka zero-touch) features on macOS, follow instructions to connect Fleet with Apple Business Manager (ABM).
|
||||
To use automatic enrollment (aka zero-touch) features on macOS, iOS, and iPadOS, follow instructions to connect Fleet with Apple Business Manager (ABM).
|
||||
|
||||
To turn on Windows MDM features, head to this [Windows MDM setup article](https://fleetdm.com/guides/windows-mdm-setup).
|
||||
|
||||
## Apple Push Notification service (APNs)
|
||||
|
||||
Apple uses APNs to authenticate and manage interactions between Fleet and the host.
|
||||
Apple uses APNs to authenticate and manage interactions between Fleet and hosts.
|
||||
|
||||
To connect Fleet to APNs or renew APNs, head to the **Settings > Integrations > Mobile device management (MDM)** page.
|
||||
|
||||
|
|
@ -30,9 +30,9 @@ After connecting Fleet to ABM, set Fleet to be the MDM for all Macs:
|
|||
4. Click **MDM Server Assignment** and click **Edit** next to **Default Server Assignment**.
|
||||
5. Switch **Mac** to Fleet.
|
||||
|
||||
New or wiped macOS hosts that are in ABM, before they've been set up, appear in Fleet with **MDM status** set to "Pending".
|
||||
New or wiped macOS, iOS, and iPadOS hosts that are in ABM, before they've been set up, appear in Fleet with **MDM status** set to "Pending".
|
||||
|
||||
All hosts that automatically enroll will be assigned to the default team. If no default team is set, then the host will be placed in "No team".
|
||||
All macOS hosts that automatically enroll will be assigned to the default team. If no default team is set, then the host will be placed in "No team".
|
||||
|
||||
> A host can be transferred to a new (not default) team before it enrolls. In the Fleet UI, you can do this under **Settings** > **Teams**.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue