mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Update documentation for OS updates feature to include enforcement of minimum version during Apple Automated Device Enrollment (ADE) (#21574)
This commit is contained in:
parent
031e5b9c71
commit
10ce9a37d6
1 changed files with 9 additions and 0 deletions
|
|
@ -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 it’s 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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue