Forum Discussion
Intune bulk enrollment issue with package
I have not found a resolution but I am getting the same error on my device too. It runs as part of a larger script for me but even running it manually it gives an error with the AAD join.
- AnkidoJan 22, 2025Iron Contributor
Did you check your enrollment restrictions in Intune?
If you’ve already configured OS version restrictions in Intune, here’s a critical tip to ensure devices aren’t unintentionally blocked:
Use only the major.minor.build format (e.g., 10.0.26100).
Avoid including the revision number (e.g., .2849), as it won’t be evaluated during enrollment.
Here’s why:If you specify a revision number (e.g., 10.0.26100.2894) and a device has a different revision (e.g., 10.0.26100.2780), the device will be blocked—even though it technically meets the requirements.
This small detail can save you hours of troubleshooting and ensure a smoother enrollment experience for your organization!