πŸ”’ Guided

Pre-launch preview. Authorised access only.

Incorrect code

Guided by A Guide to Cloud
Explore AB-900 AI-901
Guided MD-102 Domain 1
Domain 1 β€” Module 3 of 7 43%
3 of 27 overall

MD-102 Study Guide

Domain 1: Prepare Infrastructure for Devices

  • Device Identity: Join, Register & Hybrid Free
  • Build the Right Device Groups
  • Intune Enrollment Essentials Free
  • Auto-Enrollment & Bulk Enrollment
  • Intune RBAC & Windows Hello for Business
  • Compliance Policies & Conditional Access
  • Windows LAPS & Local Group Management

Domain 2: Manage and Maintain Devices

  • Windows Autopilot: Choose Your Path Free
  • Autopilot: Device Names, ESP & Rollout
  • Provisioning Packages & Windows 11 Upgrades
  • Windows 365: Your PC in the Cloud
  • Configure Windows Devices with Intune
  • Config Profiles: Android, iOS & macOS
  • Control Admin Rights with EPM
  • Intune Suite: Apps, Analytics & Remote Help
  • Cloud PKI & Tunnel for MAM
  • Remote Actions & Device Queries

Domain 3: Manage Applications

  • App Deployment: Prepare & Package
  • Deploy Apps with Intune & App Stores
  • Microsoft 365 Apps: Deploy, Customize & Manage
  • App Protection Policies & Conditional Access
  • App Configuration: Managed Apps & Managed Devices

Domain 4: Protect Devices

  • Endpoint Security: Antivirus, Firewall & Encryption
  • Attack Surface Reduction & Security Baselines
  • Defender for Endpoint: Integrate & Onboard
  • Plan and Manage Windows Updates
  • Cross-Platform Updates & Delivery Optimization

MD-102 Study Guide

Domain 1: Prepare Infrastructure for Devices

  • Device Identity: Join, Register & Hybrid Free
  • Build the Right Device Groups
  • Intune Enrollment Essentials Free
  • Auto-Enrollment & Bulk Enrollment
  • Intune RBAC & Windows Hello for Business
  • Compliance Policies & Conditional Access
  • Windows LAPS & Local Group Management

Domain 2: Manage and Maintain Devices

  • Windows Autopilot: Choose Your Path Free
  • Autopilot: Device Names, ESP & Rollout
  • Provisioning Packages & Windows 11 Upgrades
  • Windows 365: Your PC in the Cloud
  • Configure Windows Devices with Intune
  • Config Profiles: Android, iOS & macOS
  • Control Admin Rights with EPM
  • Intune Suite: Apps, Analytics & Remote Help
  • Cloud PKI & Tunnel for MAM
  • Remote Actions & Device Queries

Domain 3: Manage Applications

  • App Deployment: Prepare & Package
  • Deploy Apps with Intune & App Stores
  • Microsoft 365 Apps: Deploy, Customize & Manage
  • App Protection Policies & Conditional Access
  • App Configuration: Managed Apps & Managed Devices

Domain 4: Protect Devices

  • Endpoint Security: Antivirus, Firewall & Encryption
  • Attack Surface Reduction & Security Baselines
  • Defender for Endpoint: Integrate & Onboard
  • Plan and Manage Windows Updates
  • Cross-Platform Updates & Delivery Optimization
Domain 1: Prepare Infrastructure for Devices Free ⏱ ~11 min read

Intune Enrollment Essentials

Before devices can receive policies and apps, they need to enroll in Microsoft Intune. Learn how to configure enrollment settings, restrictions, and the device limit.

What is device enrollment?

β˜• Simple explanation

Think of enrollment like checking into a hotel.

You arrive (the device connects), you show your ID at reception (the device authenticates with Entra ID), and you get your room key and hotel rules (Intune pushes policies and apps). Until you check in, the hotel can’t give you anything β€” and until a device enrolls in Intune, you can’t manage it.

As the admin, you control who can check in (enrollment restrictions), how many rooms each guest gets (device limits), and what’s waiting in the room (default policies).

Device enrollment is the process of registering a device with Microsoft Intune so it can be managed. During enrollment, a management profile is installed on the device, establishing a trust relationship between the device and the Intune service.

Once enrolled, Intune can:

  • Push configuration profiles (Wi-Fi, VPN, email settings)
  • Deploy applications
  • Enforce compliance policies
  • Perform remote actions (wipe, lock, restart)
  • Collect device inventory and health data

Enrollment settings determine who can enroll, what platforms are allowed, and how many devices each user can register.

Enrollment settings you need to know

Aroha at CloudForge is setting up Intune for the first time. Her 30-person startup has Windows laptops and a mix of personal phones. She needs to configure enrollment before anyone can start.

Device platform restrictions

Enrollment restrictions control which platforms can enroll and what versions are required:

SettingWhat It ControlsExample
Platform restrictionsWhich OS types can enrollBlock Android personally-owned, allow corporate Android
Device type restrictionsAllow or block specific platformsAllow Windows and iOS, block macOS
OS version limitsMinimum/maximum OS versionRequire Windows 11 22H2 or later
Device limit restrictionsMax devices per userDefault is 5 devices per user
Corporate device identifiersPre-declare corporate devices by serial/IMEIUpload a CSV of serial numbers to mark devices as corporate before enrollment

Priority order

Enrollment restrictions use a priority system. Each restriction policy has a priority number β€” lower number = higher priority.

  • Default policy (priority 999, lowest) applies to everyone
  • Custom policies can target specific groups with higher priority
  • First matching policy wins β€” Intune evaluates from highest priority (lowest number) down

Example: Aroha creates a custom restriction blocking personal Android devices (priority 1, targeted at β€œAll Users”). She also has the default policy allowing all platforms (priority 999). The custom policy wins because it has higher priority.

πŸ’‘ Exam tip: enrollment restrictions vs compliance policies

Don’t confuse these two concepts:

  • Enrollment restrictions = gatekeeping. They decide whether a device CAN enroll at all. A blocked device never gets into Intune.
  • Compliance policies = standards. They check enrolled devices against rules (minimum OS, encryption, password). A non-compliant device is enrolled but flagged.

If the exam asks β€œhow do you prevent personally-owned Android devices from accessing company resources?” β€” the answer could be either, depending on context:

  • Block at enrollment β†’ enrollment restriction (device never enrolls)
  • Block at access β†’ compliance policy + conditional access (device enrolls but can’t access resources until compliant)

The enrollment flow

What happens when a device enrolls? Here’s the step-by-step:

  1. User initiates enrollment β€” via Company Portal app, Windows OOBE, Settings, or Autopilot
  2. Authentication β€” user signs in with Entra ID credentials
  3. Platform check β€” Intune checks enrollment restrictions (is this platform allowed? is this OS version OK?)
  4. Device limit check β€” has this user exceeded their device limit?
  5. Management profile installed β€” Intune’s MDM profile is pushed to the device
  6. Device object created β€” a device record appears in both Entra ID and Intune admin center
  7. Policies and apps deploy β€” compliance, config profiles, and assigned apps begin syncing

Where enrollment is configured

SettingLocation
Enrollment restrictionsIntune admin center β†’ Devices β†’ Enrollment β†’ Device platform restriction
Device limitIntune admin center β†’ Devices β†’ Enrollment β†’ Device limit restriction
Corporate identifiersIntune admin center β†’ Devices β†’ Enrollment β†’ Corporate device identifiers
Terms and conditionsIntune admin center β†’ Tenant administration β†’ Terms and conditions
Enrollment status page (ESP)Intune admin center β†’ Devices β†’ Enrollment β†’ Windows enrollment β†’ Enrollment Status Page
ℹ️ Deep dive: terms and conditions

You can require users to accept Terms and Conditions before enrolling. This is a legal requirement in many organisations β€” users must acknowledge that:

  • The company can see device inventory information
  • The company can push policies and apps
  • The company can remotely wipe the device (for corporate devices)

Terms and conditions are created in the Intune admin center and assigned to groups. Users see them during enrollment and must accept before proceeding.

Aroha sets up T&Cs for CloudForge that explain: β€œWe can see your device name, OS version, and installed apps. We cannot see your personal photos, texts, or browsing history.”

Device limit restrictions

By default, each user can enroll up to 15 devices in Intune. Admins can change this:

LimitWhen To Use
5Standard users who have a laptop + phone
10Power users or shared device scenarios
15 (default)Microsoft’s default β€” generous for most orgs
UnlimitedNot recommended β€” hard to track device sprawl

Chen Wei at Meridian Bank sets the limit to 5 for standard users and 10 for the IT team who test on multiple devices.

🎬 Video walkthrough

🎬 Video coming soon

Intune Enrollment Essentials β€” MD-102 Module 3

Intune Enrollment Essentials β€” MD-102 Module 3

~11 min

Flashcards

Question

What's the default device enrollment limit per user in Intune?

Click or press Enter to reveal answer

Answer

15 devices per user. Admins can change this to any number from 1 to 15 or set it based on group membership.

Click to flip back

Question

What's the difference between enrollment restrictions and compliance policies?

Click or press Enter to reveal answer

Answer

Enrollment restrictions are gatekeeping β€” they decide if a device CAN enroll. Compliance policies are standards β€” they check enrolled devices against rules. A blocked device never enrolls. A non-compliant device enrolls but gets flagged.

Click to flip back

Question

How does enrollment restriction priority work?

Click or press Enter to reveal answer

Answer

Lower number = higher priority. Custom policies (e.g., priority 1) override the default policy (priority 999). Intune evaluates from highest priority down; the first matching policy wins.

Click to flip back

Knowledge Check

Knowledge Check

Aroha wants to allow Windows and iOS enrollment at CloudForge but block all personally-owned Android devices. What should she configure?

Knowledge Check

A user at CloudForge tries to enroll their sixth device but gets an error. Aroha set the device limit to 5. The user has 5 devices enrolled but retired one last week. What's the issue?


Next up: Auto-Enrollment & Bulk Enrollment β€” scaling enrollment for hundreds of Windows, iOS, and Android devices.

← Previous

Build the Right Device Groups

Next β†’

Auto-Enrollment & Bulk Enrollment

Guided

I learn, I simplify, I share.

A Guide to Cloud YouTube Feedback

© 2026 Sutheesh. All rights reserved.

Guided is an independent study resource and is not affiliated with, endorsed by, or officially connected to Microsoft. Microsoft, Azure, and related trademarks are property of Microsoft Corporation. Always verify information against Microsoft Learn.