-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS/iPadOS/macOS MDM status incorrectly shows automatic for manually enrolled devices that have been synced from ABM #25845
Comments
Related issue for macOS: #24400 |
Hey @ddribeiro, I'm trying to understand what the customer was trying to do exactly.
Is this a bug as well? Was host in ABM when they tried to enroll? What's the use case to manually enroll host that is in ABM already? Because they weren't able to get "Remote management" screen when host is wiped? |
Possibly a bug, but I think it's more likely to be caused by a network issue where the device activated with Apple but was unable to find an ABM assignment. In my experience with other MDMs, these issues are rare but do happen from time to time.
Yes, the host was in ABM, assigned to Fleet, and synced to the Fleet server.
That's what happened in this case. Unlike macOS hosts, iOS devices must be wiped to complete an ADE enrollment. Since this was a new device without any data on it, the customer would ideally wipe the device and attempt another ADE enrollment. However, there might be some real-world examples where a device is assigned to Fleet in ABM after it's already been set up and established (maybe during an MDM migration), and it would be undesirable to erase the device to ADE enroll it. Some organizations might prefer a manual enrollment in this case, but Fleet would still show the MDM status as On (automatic). |
Hey @ddribeiro is this other issue, #24400, about a Mac showing up as "automatic"? |
@noahtalerman I haven't tested with Mac yet, but I can. Based on that issue #24400, it seems like this is the same issue. |
Fleet version: Tested and observed on Fleet 0.0.0-SNAPSHOT-07cbead
Web browser and operating system: iPad OS 18.3
💥 Actual behavior
An iOS device that gets enrolled to Fleet manually, but is synced to Fleet from ABM, will incorrectly show
On (automatic)
under MDM status. This implies that the device is supervised and could have a non-removable MDM enrollment profile when that is not the case.This was reported by
customer-deebradel
who attempted to enroll an iOS device, but the “Remote configuration” screen did not appear during the Setup Assistant. They manually enrolled the device, but were confused about the actual management status/capabilities, as Fleet reported it asOn (automatic)
when they knew it was enrolled manually.🧑💻 Steps to reproduce
On (automatic)
under MDM status. This is incorrect as the device was enrolled manually.🕯️ More info (optional)
customer-deebradel
confirmed the device in question was not supervised by sending a DeviceInformation MDM command with the IsSupervised query. The host responded with:More info in this Slack thread.
The text was updated successfully, but these errors were encountered: