Update documentation for OS updates feature to include enforcement of minimum version during Apple Automated Device Enrollment (ADE) (#21574)

This commit is contained in:
Sarah Gillespie 2024-09-06 11:18:43 -05:00 committed by GitHub
parent 031e5b9c71
commit 10ce9a37d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,10 @@ When a minimum version is enforced, the end users see a native macOS notificatio
If the host was turned off when the deadline passed, the update will be scheduled an hour after its turned on.
For macOS devices that use Automated Device Enrollment (ADE), if the device is below the specified
minimum version, it will be required to update to the very latest OS version during ADE before
device setup and enrollment can proceed.
### macOS (below version 14.0)
End users are encouraged to update macOS (via [Nudge](https://github.com/macadmins/nudge)).
@ -34,6 +38,11 @@ End users are encouraged to update macOS (via [Nudge](https://github.com/macadmi
| End user can defer | ✅ | ✅ | ❌ |
| Nudge window is dismissible | ✅ | ✅ | ❌ |
### iOS and iPadOS (version 17.0 and above)
For iOS and iPadOS devices that use Automated Device Enrollment (ADE), if the device is below the specified
minimum version, it will be required to update to the very latest OS version during ADE before device setup and enrollment can proceed.
### Windows
End users are encouraged to update Windows via the native Windows dialog.