Enrollment is the process of adding computers and mobile devices to Jamf Pro. This establishes a connection between the computers and mobile devices and the Jamf Pro server. User-initiated enrollment allows users to initiate the enrollment process on their own by navigating to an enrollment URL. For example:
https://JAMF_PRO_URL.jamfcloud.com/enroll (hosted in Jamf Cloud)
https://JAMF_PRO_URL.com:8443/enroll (hosted on-premise)
Users must use Safari to access the enrollment URL on mobile devices.
Users can enroll the following:
Mac computers
Institutionally owned mobile devices
Personally owned mobile devices
Using Markdown to format your enrollment messaging
You can use Markdown formatting to make your enrollment messaging easier for your users to read and understand. If your message includes links to other webpages (e.g., your company's IT help desk portal), Markdown can render these as clickable hyperlinks so that users don't have to manually copy and paste URLs to the address bar.
The following is an example of some text formatted in Markdown.
# Welcome!
This page allows you to enroll your computer with our company. Doing so will allow IT to manage your computer in the following ways:
- View information about your computer
- Automatically install network settings, printer settings, and applications for you
- Screen share or control your computer (only when you are present at your computer and actively give permission)
If you have questions, don't hesitate to ask! See [our help page](www.mycompany.com/help) for more information. _Welcome aboard!_When using the above text as messaging in the user-initiated enrollment settings, the resulting enrollment web page is rendered like this:For information about using Markdown to customize your message, see the Using Markdown to Format Text article.