Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
red5coder committed Sep 6, 2023
2 parents 08c40ae + 5f16388 commit c60c01b
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
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">

0 comments on commit c60c01b

Please sign in to comment.