By: Anya Novicheva – Sr. Product Manager | Microsoft Intune
Expected in Q1 CY26, iOS/iPadOS automated device enrollment (ADE) policies will move to a new infrastructure which enables Intune to speed up the delivery of new features. Additionally with this update you’ll notice the authentication methods are better organized, there’ll be no Company Portal authentication method or automatic deployment of the Company Portal application, Apple-deprecated settings have been removed, and there’ll be more granular admin controls for the policies page.
All newly created enrollment policies for iOS/iPadOS will automatically be part of the new experience. Existing enrollment profiles won’t be affected. You’ll be able to delete, edit, and assign existing enrollment profiles but you’ll no longer be able to create them with the old experience. We recommend creating a new enrollment policy and setting it as the default so new enrollments will use the new policy as soon as possible.
Create a new enrollment policy for iOS/iPadOS ADE
In the Microsoft Intune admin center, navigate to Devices > Enrollment > Apple > Enrollment program tokens > select a token > Enrollment policies > Create. Here, new enrollment policies can be created and assigned to devices that have synced over from Apple Business Manager or Apple School Manager. Additionally, enrollment policies can be deleted or set as the default by navigating to the ellipsis in a policy.
A screenshot of the new ADE Enrollment policies location in the Microsoft Intune admin center.Benefits of the new experience:
- The columns control can be used to select which columns should be default, which one should be the primary column, and which ones to show or hide.
- The search bar can be used to search by any column field contents and isn’t case sensitive.
- The filters control can be used to filter the policies by platform. We’ll add more filtering for the other columns soon.
- Sort each column by the ascending or descending order by clicking on the column header.
- No more automatic Company Portal app deployment or Company Portal as an authentication method option in the drop-down setting. We always recommend using Setup Assistant with modern authentication, however, if you still want to send down the Company Portal app to your users or devices, you can do userless authentication (Enroll with no user affinity for authentication) and deploy the application as needed along with the required app configuration policy to the targeted devices.
-
- The “Install Company Portal”, “Install Company Portal with VPP, and “Run Company Portal in single app mode until authentication” settings aren’t supported and have been removed from the enrollment policy. For more details refer to the blog: Move to Setup Assistant with Modern Authentication for Automated Device Enrollment
- Shared iPad has its own authentication method for devices with no user device affinity.
Assigning new enrollment policies to devices
The device assignment flow for ADE policies is the same. Within the policy, navigate to the Devices tab to select a device(s) and select Assign policy. Ensure that you’re assigning a new enrollment policy to the devices.
Existing (old) enrollment profiles
- Existing enrollment profiles will remain in Devices > Enrollment > Apple > Enrollment program tokens > select a token > Profiles. New enrollment profiles within Profiles cannot be created.
- Existing enrollment profiles can be deleted, edited, and viewed. Their device assignments will not be affected or changed.
- We recommend you migrate your ADE devices from being assigned to old enrollment profiles over to new enrollment policies and always have the Await final configuration setting set to Yes.
- Important: If you delete an old enrollment profile, the device rename is no longer enforced (that is if someone changes the device name).
Sending the Company Portal app to ADE devices with user device affinity (optional)
Previously within enrollment profiles, the Company Portal app was sent down automatically to devices with the creation of Setup Assistant with modern authentication and Company Portal authentication profiles. With new enrollment policies, the Company Portal application will never be sent down automatically from the creation or assignment of the enrollment policy.
For enrollment policy with user device affinity, we strongly recommend you set the authentication method to Setup Assistant with modern authentication. For Setup Assistant with modern authentication, the Company Portal is no longer required because of Just in Time registration and compliance Remediation for iOS/iPadOS with Microsoft Intune | Microsoft Community Hub.
However, if you still want to send down the Company Portal app to your users or devices, you choose to Enroll without user affinity (userless) and then deploy the application as needed, along with the required app configuration policy to the targeted devices. Assigning the correct app configuration policy based on the authentication method is critical if you’re sending the Company Portal app to ADE devices without user device affinity. Otherwise, the Company Portal will cause issues on the device and won’t auto-update correctly.
Based on the Company Portal authentication method you use, send the following XML for the app configuration policy:
- If you're using the Company Portal on an ADE device enrolled without user affinity (also known as Device Staging):
<dict> <key>IntuneUDAUserlessDevice</key> <string>{{SIGNEDDEVICEID}}</string> </dict>
- If you're using the Company Portal on an ADE device enrolling with user device affinity, such as the Company Portal authentication method:
<dict> <key>IntuneCompanyPortalEnrollmentAfterUDA</key> <dict> <key>IntuneDeviceId</key> <string>{{deviceid}}</string> <key>UserId</key> <string>{{userid}}</string> </dict> </dict>
Stay tuned to What’s new in Intune for the release! If you have any questions, leave a comment on this post or reach out on X @IntuneSuppTeam and we'll provide updates in the blog on the timing of this release.
Post Updates:
06/26/25: Updated post with a new ETA of Q4 CY25 (previously Q2 CY25). Also revised the content to better clarify the new experiences and authentication scenarios.
09/12/25: Updated post with a new ETA of Q1 CY26 (previously Q4 CY25).