From d7394aae6bee0708398a73b7167fe990a9de7606 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Wed, 12 Jun 2024 18:30:46 -0400 Subject: [PATCH] Device management > Setup and Commands docs: iOS/iPadOS (#19590) - Update "Setup" and "Commands" doc pages to mention iOS and iPadOS. --- docs/Using Fleet/MDM-commands.md | 4 ++-- docs/Using Fleet/MDM-setup.md | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/Using Fleet/MDM-commands.md b/docs/Using Fleet/MDM-commands.md index 229ba15d14..c541c7799d 100644 --- a/docs/Using Fleet/MDM-commands.md +++ b/docs/Using Fleet/MDM-commands.md @@ -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. diff --git a/docs/Using Fleet/MDM-setup.md b/docs/Using Fleet/MDM-setup.md index bfc175f23c..3b56d71531 100644 --- a/docs/Using Fleet/MDM-setup.md +++ b/docs/Using Fleet/MDM-setup.md @@ -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**.