Enrollment Restrictions
Control which devices can enroll in Microsoft Intune by defining platform, OS version, and device type restrictions. Block personally owned devices, require specific OS versions, and limit enrollment counts per user.
Restriction Types
Device Type Restrictions
Control which platforms and device types can enroll. Block specific manufacturers or ownership types.
- Platform allow/block
- OS version requirements
- Manufacturer restrictions
- Personal device blocking
Device Limit Restrictions
Limit how many devices each user can enroll. Prevents device hoarding and shadow IT.
- Per-user device limits
- Per-platform limits
- Customizable by group
- Default limit: 15 devices
Platform Restrictions
| Platform | MDM | Personal | Min Version | Max Version |
|---|---|---|---|---|
| Windows | Allow | Block | 10.0.19045 | — |
| macOS | Allow | Block | 13.0 | — |
| iOS/iPadOS | Allow | Allow | 15.0 | — |
| Android Enterprise | Allow | Allow | 11.0 | — |
| Android Device Admin | Block | Block | — | — |
Device Limit Configuration
Default Limits
- Total devices per user: 15
- Windows devices: 5
- iOS devices: 5
- Android devices: 5
Group Overrides
- IT Department: 25 devices
- Executives: 10 devices
- Contractors: 1 device
Create Restriction Policy
To create a restriction policy:
- Policy Name — Give the policy a descriptive name (e.g., “Corporate Device Only”)
- Restriction Type — Choose Device Type Restrictions or Device Limit Restrictions
- Platform Settings — Set Allow or Block for each platform (Windows MDM, macOS, iOS/iPadOS, Android Enterprise)
- Ownership — Allow or block corporate-owned and/or personally-owned devices
- Version Requirements — Set minimum and maximum OS version constraints
Manufacturer Blocking
Block specific device manufacturers from enrollment (Android only):
- Unknown manufacturers — Blocked
- Huawei — Blocked
- Samsung — Allowed
- Google — Allowed
Policy Priority
When multiple policies apply, priority determines which one takes effect:
- IT Admins - Allow All — Highest priority
- Corporate Devices Only — Default for most users
- Contractors - Limited — 1 device limit
- Default Restriction — Fallback policy
First matching policy is applied. Reorder to adjust priority.
Blocked Enrollment Reasons
- 45 Platform Blocked
- 23 OS Version
- 12 Device Limit
- 8 Personal Device
Recent Blocked Attempts:
| User | Reason |
|---|---|
| john.doe@company.com | Android Device Admin blocked |
| jane.smith@company.com | iOS 14.0 below minimum |
| bob.jones@company.com | Device limit (5) reached |
API Reference
GET /api/devices/enrollment-restrictions— List enrollment restriction policiesPOST /api/devices/enrollment-restrictions— Create restriction policyPUT /api/devices/enrollment-restrictions/:id— Update restriction policyPUT /api/devices/enrollment-restrictions/priority— Update policy priority orderGET /api/devices/enrollment-restrictions/blocked— Get blocked enrollment attempts
Last updated on