-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/red5coder/jamf-return-to-se…
- Loading branch information
Showing
1 changed file
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,31 @@ | ||
# jamf-return-to-service | ||
Simple POC to demonstrate the Return to Service added to Jamf Pro 10.50 | ||
With the release of Jamf Pro 10.50, a new API endpoint was added, which introduces the new Return To Service feature for iOS 17 and iPadOS 17. | ||
|
||
Return to Service enables a mobile device management server (MDM) such as Jamf Pro to send a wipe command (Erase All Content and Settings) that includes an enrollment profile and Wi-Fi profile. | ||
|
||
This allows you to wipe the device and have it automatically re-enroll straight back to the home screen without user interaction. | ||
|
||
This app is a POC to demonstrate this new feature. | ||
|
||
### Requirements | ||
|
||
- A Mac running macOS Venture (13.0) or higher to run this app | ||
- Jamf Pro 10.50 or higher | ||
- The iOS and iPadOS devices must be running 17+ | ||
- The iOS and iPadOS must be enabled for Automated Enrollment | ||
- A Wi-Fi configuration profile that can be used with the Return of Service. This profile must allow wi-fi access without user interaction and must not use a captive portal. Make sure this profile stays scoped to the device after enrollment. | ||
- Jamf Pro Account or API Role / Client that has the following minimum permissions | ||
- Read Mobile Devices | ||
- Read Mobile Device Configuration Profiles | ||
- Send Mobile Device Remote Wipe Command | ||
- View MDM Command Information in Jamf Pro API | ||
|
||
### PLEASE NOTE THIS IS CURRENTLY IN BETA | ||
|
||
### History | ||
|
||
- 0.9 , Initial release | ||
|
||
|
||
<img width="612" alt="Jamf RTS" src="https://github.com/red5coder/jamf-return-to-service/assets/29920386/753fa120-91b1-490c-93e7-6258a6e2ec5c"> | ||
|