Configuration Policies, Licensing, and Enrollment Fundamentals
Day 1 covered why device management exists and the moving parts around it. Day 2 goes one level deeper into how that management is actually delivered. You will learn what a configuration policy can touch, how you build one in the Settings Catalog, how Intune compares to old style Group Policy, how licensing is structured across Plan 1, Plan 2, and the Intune Suite, how assignments and filters decide who gets a policy, how RBAC and audit logs keep administrators accountable, and how a device is identified before it ever reaches enrollment. This is still theory, with a few short hands on labs added so the ideas stick. Every term is explained in plain language, so it is fine if you are completely new to Intune.
What Configuration Policies Actually Control
A configuration policy is how an Intune administrator changes settings or controls features on an already enrolled device, remotely and on demand, without touching the hardware. It can reach almost any setting that exists on a Windows device through a large catalog of settings.
Day 1 introduced the enrollment sequence. A device is enrolled first, then configured. This is where configuration comes in. Once a device is enrolled in Intune, a configuration policy is the tool an administrator uses to shape that device over time.
The flow behind every policy is the same three steps.
- 1
Enroll the device
The device is enrolled in Intune, as covered in Day 1.
- 2
Create the policy
An administrator creates a policy and configures the required settings.
- 3
Deploy the policy
The policy is assigned to the required devices or groups.
So what can a configuration policy actually touch? The practical answer is that it can touch almost any setting that exists on a Windows device, because Intune ships with a large catalog of settings called the Settings Catalog. The list below is not the full list. It is a set of common, everyday examples that come up again and again in real administration work, so you get a feel for the kind of thing a policy can do.
- Wallpaper: set or change the desktop wallpaper.
- LAPS policy: apply the Local Administrator Password Solution rotation covered in Day 1.
- Website access: allow or block specific websites.
- Browser extensions: block installation of extensions in Edge, Chrome, and Firefox.
- Malicious or non compliant sites: block sites known to serve malicious code or that fall outside acceptable use.
- Social media platforms: block LinkedIn, WhatsApp Web, X, Facebook, and similar platforms on managed devices.
- Removable storage: allow or block USB storage. Blocking USB storage in Intune is a common walkthrough on its own.
None of this is exotic and none of it is the limit. A company can create a policy for almost any setting it wants to change, allow, or block, and that policy takes effect on every targeted device without anyone touching it physically. Treat the list above as a small sample tray, not the full menu.
- A configuration policy is created after enrollment and assigned to targeted devices.
- The examples above are common everyday uses, not a complete list.
- The same policy can be updated at any time without physical access to the device.
Configuration Policy vs Configuration Profile
Beginners often mix up a few terms that sound similar. It helps to separate them clearly before going further.
| Term | What it means |
|---|---|
| Configuration policy | The general idea of configuring device settings through Intune. This is the umbrella term. |
| Configuration profile | The actual feature area in the portal where you build device configuration. In the admin center it appears under Devices, then Configuration. |
| Settings Catalog | A profile type that lets you search and pick from thousands of individual settings, one by one. |
| Templates | A profile type that groups related settings into a pre built form, for example device restrictions, VPN, or Wi-Fi. |
| Compliance policy | A separate feature that checks whether a device meets your rules. It reports and can trigger Conditional Access, but it does not configure settings the same way. |
Microsoft now points most new work to the Settings Catalog, because it is searchable and covers the widest set of settings. Templates are still useful when you want a ready made group of related settings without hunting for each one. You can use both, and many environments do.
A configuration profile changes a setting. A compliance policy checks a condition and reports pass or fail. A device can be configured and still be non compliant, and the two are assigned and evaluated separately.
- Configuration policy is the general idea, configuration profile is the feature you build in the portal.
- Settings Catalog is searchable and broad, Templates are grouped and ready made.
- Compliance policy is separate from configuration and is covered in Day 3.
Creating a Settings Catalog Policy
Reading about policies is one thing. Building one makes the idea concrete. Here is the exact path, followed by a short lab you can repeat in a trial tenant.
Mini lab: block a setting and confirm it applied
- 1
Create the profile
Choose Platform as Windows 10 and later, then Profile type as Settings Catalog. Give it a clear name such as Baseline, Block browser extensions.
- 2
Add a setting
Select Add settings, search for the setting you want, for example a browser extension control, and set its value.
- 3
Assign to a pilot group
Assign the policy to a small pilot group, not to all devices. This is covered further in Concept 12.
- 4
Sync the device
On a test device, open Settings, Accounts, Access work or school, then Info, and select Sync. You can also trigger Sync from the device page in Intune.
- 5
Verify the result
In Intune, open the policy and review the per device status. A healthy result shows Succeeded. If it shows Error or Conflict, note the setting and move to the troubleshooting checklist in Concept 24.
Always test with one pilot device before you widen the assignment. It is far easier to fix a setting on one machine than to unwind it across a whole department.
- Build policies under Devices, then Configuration, then Create.
- The Settings Catalog lets you search for and add individual settings.
- Create, assign to a pilot, sync, then verify status before widening the rollout.
Group Policy vs Intune Configuration Policy
Day 1 mentioned that Intune is the cloud counterpart to on premises Group Policy. This concept unpacks what that means in practice.
Traditional on premises management
In an Active Directory environment, organizations manage devices and users through Group Policy Objects (GPOs). Many settings inside a GPO are based on ADMX and ADML template files.
ADMX stands for Administrative Template, saved as an XML file. It defines the policy setting and tells Windows which registry entry that setting changes when it is turned on.
ADML stands for Administrative Template Language file. It is the language specific partner for an ADMX file. It does not hold policy logic, it only holds the readable text shown on screen, so an ADMX file paired with an English ADML shows English labels, and the same ADMX paired with another language ADML shows that language.
In short, ADMX is the brain of the setting, ADML is the label you read in the Group Policy editor. You do not need to memorize this for daily work, but it is a common interview question, so it is worth remembering in simple words.
| Aspect | GPO (Active Directory) | Configuration Policy (Intune) |
|---|---|---|
| Created in | Active Directory | Microsoft Intune |
| Applied to | Devices and users in the AD environment | Devices and users, assigned through groups |
| Settings source | Mostly ADMX and ADML templates | Settings Catalog and templates, with ADMX import available for select third party apps |
| Targeting | Granular, including organizational units and direct user or computer targeting | Group based, refined further with filters |
Microsoft mainly points to the Settings Catalog for configuration profiles today. ADMX templates were the earlier approach, and ADMX import still exists for deploying certain third party application templates.
Migrating from GPO to Intune takes planning
Large environments can have a very large number of Group Policies. Moving that volume to Intune is a project, not a single afternoon of work, because targeting models differ. Active Directory can target organizational units and individual objects directly, while Intune assignments are group based and then refined with filters. Mapping one model onto the other, and confirming which settings still apply to cloud native Windows, is where the time goes. Microsoft provides Group Policy analytics to help with exactly this, covered next.
- GPOs in Active Directory and configuration profiles in Intune serve the same purpose.
- ADMX defines the setting and its registry logic, ADML supplies the readable on screen text.
- Intune configuration profiles mostly use the Settings Catalog now.
- Migrating a large GPO estate is a planned project, mainly because AD and Intune use different targeting models.
Group Policy Analytics
When an organization wants to move from Group Policy to Intune, the first question is always the same. Which of our existing GPO settings are even supported by cloud based MDM? Microsoft answers this with a built in tool called Group Policy analytics.
You export your GPOs to XML, import them into the tool, and it does three useful things.
- It analyzes your on premises GPOs.
- It shows which settings are supported by cloud based MDM providers, including Intune, and which are deprecated or not available.
- It can migrate the supported settings into a Settings Catalog policy that you can then assign to devices.
Group Policy analytics is like a translator that reads your old policy book and tells you which sentences can be spoken in the new language, and which ones no longer have a meaning.
- Group Policy analytics reviews imported GPOs and shows what cloud based MDM supports.
- It flags deprecated or unsupported settings so you do not carry them over blindly.
- It can convert supported settings into a Settings Catalog policy to speed up migration.
On Premises Management vs Cloud Based Management
Before Intune, and even today in many organizations, devices are managed the older way, from inside the company network. Understanding what that setup required explains why cloud based tools feel like such a shift.
What on premises management requires
- The company has to buy, set up, and maintain its own servers.
- Someone has to install and patch the operating system on those servers.
- Security updates and patching are handled by the company team.
- To manage a device outside the office network, the device often needs to connect back in through a VPN (Virtual Private Network).
- A separate antivirus setup and its own management server are usually needed on top of everything else.
- Access to company resources is often limited to company issued laptops on the company network.
What changes with cloud based management
Intune removes most of the items above. There is no server for your company to buy or patch, because Microsoft runs and maintains that infrastructure as part of the cloud service. Basic management does not require a VPN, since the device talks to Intune over the internet. As long as the device has an internet connection, an administrator can manage it from anywhere.
Intune is not limited to Windows laptops and desktops. Through the Company Portal app, Intune can also manage Android phones, iOS and iPadOS devices, and Mac computers, alongside Windows.
Cloud management removes the VPN requirement for talking to Intune itself. It does not automatically remove every VPN need. Reaching an on premises file server or a line of business application that lives inside the corporate network may still require a VPN or a modern equivalent. Intune management and on premises resource access are two separate things.
- On premises management needs company owned servers, manual patching, and often a VPN to reach devices.
- Cloud based management through Intune removes the server and the VPN requirement for management itself.
- Intune manages Windows, Android, iOS, iPadOS, and Mac through the Company Portal.
Choosing a Solution by Business Requirements
Before comparing device management tools against each other, it helps to separate what an organization actually needs from what a vendor happens to offer as extras.
A microwave with charcoal cooking, special modes, and a defrost function still gets used by most people for one thing, heating food. A product having many advanced features does not mean every feature is useful day to day.
Before comparing solutions, confirm the tool covers the basic requirements first, and treat everything past that as a bonus.
- Application deployment: deploy and manage applications as required.
- Patch deployment: install Windows updates and operating system updates.
- Security management: apply measures that protect organizational data.
- Compliance: ensure devices meet company compliance requirements.
- Configuration policy: configure devices as required, as covered in Concept 1.
- Confirm a tool covers the basic requirements before comparing advanced features.
- Application deployment, patching, security, compliance, and configuration are the baseline.
- Extra capabilities are worth evaluating only once the baseline is met.
MDM vs MAM
Not every device that touches company data needs to be fully managed. Intune supports two different levels of control, and picking the right one matters, especially for personal devices.
| Term | Full form | What it controls |
|---|---|---|
| MDM | Mobile Device Management | The entire device. The company can enforce settings, push policies, and if needed, wipe the whole device. |
| MAM | Mobile Application Management | Only specific applications and the company data inside them, not the whole device. |
MDM is the right approach for a company owned laptop or phone, since the company owns the hardware and can manage it fully. MAM is common for personal devices, where an employee wants to check work email or Teams on their own phone, but the company should not be able to touch personal photos, personal apps, or wipe the entire phone.
In current Intune, MAM is delivered mainly through App Protection Policies. These can block cut, copy, paste, save to unauthorized locations, and similar actions inside managed apps, and they can protect company data even on a device that is not fully enrolled. Windows Information Protection (WIP) was an earlier mechanism with a similar goal and is now largely historical, though the term still shows up in some portal settings.
MDM is like the company owning the whole house and deciding what happens in every room. MAM is like the company owning only one room inside a house that you own, with a say over that one room only.
- MDM controls the entire device and suits company owned hardware.
- MAM controls only specific apps and their data, which suits personal or BYOD devices.
- App Protection Policies are the modern way to keep company data separate at the app level, with WIP as the legacy term.
Remote Device Actions
A device rarely sits next to the administrator managing it. It might be on a different floor, in a different city, or in a different country, and Intune still needs a way to act on it.
Why remote actions matter
Three conditions make a remote action possible: the device is outside the office, the administrator cannot reach it physically, and the device is online and able to communicate with Intune. This is possible because of the cloud based model covered in Concept 6.
An administrator working in India needs to restart a device physically located in the United States. There is no way to walk over and press the power button, but as long as the device is online, Intune can send the restart command remotely.
What can be done remotely
- Restart the device.
- Sync to pull the latest policies.
- Trigger a scan, such as a compliance or malware scan.
- Check for updates.
- Retire or wipe the device, once it is online.
Remote wipe as a last resort
If a device is reported lost or stolen, an administrator can initiate a remote wipe. If the device is offline, the command stays pending until the device next connects to the internet, and it executes then. Command behavior, expiry, and platform specifics can vary, so always confirm the result in the device record rather than assuming the wipe completed.
A device is reported stolen but is currently offline. What happens to a remote wipe command?
- Remote actions require the device to be online and able to reach Intune.
- A restart, sync, scan, or update check can often resolve an issue without a site visit.
- A remote wipe command stays pending until the device reconnects, and you should confirm the result in the record.
Application, Patch, and Driver Management
Application management
Intune allows organizations to install applications on devices based on department requirements. Common examples include Microsoft 365 apps such as Word, Excel, and PowerPoint, Microsoft Teams, browsers, antivirus applications, and line of business software.
Patch and driver management
Patching covers installing Windows updates and operating system updates through Intune. Driver management is separate. For machines from vendors such as Dell, HP, or Lenovo, Intune can deliver vendor drivers, including Wi-Fi drivers, LAN drivers, and other network drivers.
Remote action results and device status are visible from this monitoring area. Once an action such as a wipe or retire is initiated, plan carefully, because it removes data and the record of the request remains in the audit history covered in Concept 17.
- Intune deploys applications based on department requirements.
- Patch management covers Windows and OS updates, driver management covers vendor drivers like Dell, HP, and Lenovo.
- Device actions and status are tracked from the Devices, then Monitor area.
Global Policy vs Local Policy
Not every configuration policy is meant to apply to every device in the company. Policies are generally split into two kinds, based on how wide their reach is.
| Type | Applies to | Example |
|---|---|---|
| Global policy | The entire company, every device, regardless of location or department | Password complexity rules, antivirus settings, VPN configuration, core apps everyone needs |
| Local policy | A specific region, office, or department only | A festival themed wallpaper for offices in one country, or software that only Finance, HR, or Marketing needs |
A password complexity policy should not change depending on which office a person sits in, so that is a global policy applied company wide. A wallpaper celebrating a regional festival, or accounting software that only Finance uses, should not be pushed to every device in every country. That is a local policy, scoped to the group of devices or users it is meant for.
Global policy is like a company wide dress code that applies to every branch. Local policy is like a single branch celebrating a local holiday, which does not apply to branches in other countries.
- Global policies apply company wide, regardless of location or department.
- Local policies apply only to a specific region, office, or department.
- Choosing the right scope avoids pushing irrelevant settings to devices that do not need them.
Assignments, Filters, and Conflicts
Creating a policy is only half the job. Deciding exactly who receives it, and what happens when two policies disagree, is where real administration lives.
Include and exclude groups
Every policy is assigned to one or more groups. You can include a group, and you can also exclude a group. Exclusion is useful when you want a policy to reach everyone in a large group except a small set, for example all staff except the IT test team. Within a single policy, if a device or user ends up in both an included group and an excluded group, the exclusion wins and the policy does not apply to that device or user.
Filters
Filters refine an assignment based on device properties, such as operating system version, ownership, or device model. A filter lets you say, in effect, assign this policy to this group, but only where the device is corporate owned and running Windows 11. Filters keep you from creating many narrow groups just to handle small differences.
Conflicts between separate policies
A conflict is a different situation from exclusion. A conflict happens when two separate policies both target the same device and set the same underlying setting to two different values. In that case the device may report a Conflict state for that setting until the overlap is resolved. This is not decided by include or exclude logic, it is simply two sources of truth disagreeing on one setting. The practical rule is simple. Keep assignments clean, avoid overlapping policies that fight over the same setting, and check the per setting status when something does not apply as expected.
If a setting shows Conflict, look for two policies both targeting the same device with different values for that one setting. Consolidating them into a single source of truth is almost always the fix.
- Assignments use include and exclude groups. Within one policy, exclusion wins if a device is in both.
- Filters refine assignments by device properties without creating extra groups.
- A Conflict state means two separate policies disagree on the same setting, and the fix is to remove the overlap, not an include or exclude setting.
Access Management with RBAC and Reporting
Why access needs to be restricted
Not every administrator should be able to do everything. An Intune team member should only be able to perform Intune management tasks. If that same person can also perform unrelated Entra ID administration outside their role, that is a real risk for the company, not a convenience.
Role Based Access Control (RBAC) assigns roles and permissions based on job function, so each administrator can only perform the tasks their role requires. Intune also uses scope tags to limit which objects a role can see and manage, which is useful in large or multi region tenants.
What reporting provides
Intune reporting gives a day to day view of the environment. It shows information such as who the primary user on a device is, battery and hardware details, which applications are installed, and device status across its lifecycle. Reporting is split into two types with two different audiences, covered next in Concept 14.
- RBAC restricts each administrator to the tasks their role requires, and scope tags limit which objects they see.
- Broader access than necessary is a security risk, not a convenience.
- Reporting surfaces primary user, hardware details, installed apps, and lifecycle status.
Organizational vs Operational Reporting
Reporting inside Intune is not one single thing. It is useful to think of it as two different views, built for two different audiences.
| Type | Who it is for | What it answers |
|---|---|---|
| Operational reporting | The Intune administrator, day to day | Did an app deployment succeed or fail. Which devices are non compliant right now. Is a policy applying correctly. |
| Organizational reporting | Leadership and decision makers | Bigger picture questions, such as how many devices are running an operating system that is reaching end of support, or how many devices need budget approval to replace. |
A simple example ties this together. Suppose a set of company laptops are still running an operating system version that is approaching its end of support date. Spotting that fact and flagging that those devices need replacement is organizational reporting, because it is information leadership needs to make a budget decision. Actually deploying the update, pushing a policy, or checking whether an app installed correctly on those machines is operational reporting, the daily hands on work of the administrator.
The administrator reports the situation upward. The budget and purchase decision usually sit with leadership. Recognizing which type of reporting a question belongs to tells you who should act on it.
- Operational reporting covers day to day questions like deployment success or compliance.
- Organizational reporting covers bigger picture questions for leadership, like devices needing replacement.
- The administrator reports upward, the decision and budget usually sit with leadership.
Proactive vs Reactive Remediation
Fixing problems on managed devices can happen in two very different ways, depending on when the fix actually happens.
| Type | When it happens | Example |
|---|---|---|
| Reactive remediation | After the user notices a problem and raises a ticket | A user reports low disk space, and the administrator only finds out once the ticket is raised. |
| Proactive remediation | Before the user notices, through scheduled detection and fix scripts | Intune runs a script on a schedule that detects low disk space or a device overdue for a restart, and fixes or flags it automatically. |
Reactive remediation is the traditional support model. Something breaks, the user reports it, then it gets fixed. Proactive remediation flips that around. Intune can run small detection and remediation scripts across managed devices on a schedule. The detection script checks for a known problem, and if it is found, the remediation script tries to fix it automatically, sometimes before the user notices anything was wrong.
Reactive is like calling a plumber after your kitchen has already flooded. Proactive is like a sensor that detects a small leak and fixes it before it floods.
- Reactive remediation happens after a user reports a problem.
- Proactive remediation uses scheduled detection and fix scripts to catch issues early.
- Proactive remediation reduces the number of tickets a team handles reactively.
Asset Management
Company assets extend beyond laptops and desktops. They include hardware generally, network hardware, storage devices, and printers. A dedicated asset management team, separate from the Intune administration team, typically owns tracking this inventory.
What an asset management team tracks includes:
- Who owns each asset.
- Where each asset is located.
- How many assets are currently in use.
- How many are in transit.
- How many are in stock.
Intune reporting, covered in Concepts 13 and 14, feeds useful basic data into this picture, such as which devices exist and their status. Be precise here though. Intune is not an inventory system for items like storage devices or printers, and it does not track who owns a printer or how many sit in a storeroom. What Intune can do with a USB storage device, specifically, is allow or block it through a configuration policy, as covered in Concept 1. Full asset lifecycle tracking, including ownership, location, purchasing, and disposal, is usually owned by the asset management team using its own tools.
- Company assets include laptops, desktops, network hardware, storage devices, and printers.
- Asset management tracks ownership, location, and status such as in use, in transit, or in stock.
- Intune reporting supports this with device data, but a dedicated asset function owns the full inventory picture.
Audit Events and Accountability
Administrative actions taken inside Intune and Entra ID are recorded. This applies to actions taken by user accounts and service accounts alike.
Picture a wipe command sent to a senior leader machine by mistake. Once that command executes, the data on the device is gone and cannot be recovered by Intune. What remains is the audit record, an entry showing what action was taken and who initiated it.
Examples of what typically shows up under audit events include:
- Application created
- Device enrolled
- Certificate generated
- Device or compliance policy updated
- Windows Update for Business configuration updated
- Remote action initiated
- Remediation script run
- Delete or wipe command initiated
Audit history can be checked from both the Intune admin center and the Entra admin center, and they are not identical. The Intune admin center has its own audit log, usually under Tenant administration, and this is normally the faster place to check Intune specific actions such as policy changes, app deployments, or remote actions. The Entra admin center audit log focuses more on directory and device object events, such as a device being registered or joined. For a full picture during troubleshooting, it can help to check both.
- Administrative actions in Intune are recorded as audit events.
- Audit events identify what action occurred and which account initiated it.
- Both the Intune and Entra admin centers have audit logs with slightly different scopes, so it can be worth checking both.
Intune Licensing Plans
Day 1 introduced the idea that automatic enrollment scope is capped by available licenses. This concept looks at what those licenses actually are, using Microsoft current structure.
Three capability plans
Microsoft organizes Intune capabilities into three plans.
| Plan | What it is |
|---|---|
| Microsoft Intune Plan 1 | The base service. Cloud based unified endpoint management for devices and apps. |
| Microsoft Intune Plan 2 | Additive to Plan 1. Advanced capabilities such as Remote Help and advanced analytics. It is an add on and is not sold on its own. |
| Microsoft Intune Suite | Additive to Plan 1 and includes Plan 2. Unifies advanced endpoint management and security capabilities such as endpoint privilege management and Cloud PKI. |
Most organizations get Intune Plan 1 as part of a Microsoft 365 bundle rather than buying it directly. Common bundles that include it are Microsoft 365 E3 and E5, Business Premium, the frontline plans, education plans such as A3 and A5, and Enterprise Mobility and Security. If you already pay for one of these, Plan 1 is already in your tenant and you simply assign it to users.
Which advanced capabilities are bundled into E3 or E5, and what remains a separate add on, changes over time as Microsoft updates its plans. Always confirm the current details on the official Microsoft Intune plans and pricing page before you state what is included, rather than repeating an older claim.
User based and device based licensing
A common beginner assumption is that Intune licensing works like buying one license per laptop. That is only partly true.
- User based licensing is the normal model. A license is assigned to a person, and each user license generally covers a reasonable number of that person devices, commonly up to fifteen managed devices per user.
- Device based licensing exists for devices that are not tied to one person, such as kiosks, shared devices, phone room devices, and other single use or no user affinity scenarios. These use a device only subscription and apply to specific enrollment methods.
Devices managed under a device only subscription do not support user based features such as app protection policies, Conditional Access, and email or calendaring. Use device licensing only for genuine shared or userless devices, not as a shortcut for normal employee machines.
Signing in to administer Intune is separate from licensing devices. Tenants created after July 2021 support unlicensed administrator access by default, so an administrator does not always need an assigned Intune license just to manage the service. This does not remove license requirements for the users and devices being managed.
Licensing and Windows activation
When a user with an eligible Windows Enterprise subscription, included with plans such as Microsoft 365 E3 or E5, signs in to a Windows Pro device that is Entra joined or hybrid Entra joined, the device can step up to Windows Enterprise automatically in the background. Microsoft calls this Subscription Activation, and it replaces the older approach of activating machines through a Key Management Service server or product keys.
- Intune is organized into three plans: Plan 1 base, Plan 2 add on, and the Intune Suite which includes Plan 2.
- Plan 1 usually arrives inside a Microsoft 365 bundle rather than being bought directly.
- Licensing is mainly user based, with a device only subscription for shared and userless devices.
- Device only licensing does not support app protection policies, Conditional Access, or user based features.
- Confirm current bundling on the official Microsoft pricing page, since it changes over time.
Device Lifecycle and Application Lifecycle
Both a device and an individual application go through a similar life story inside Intune. Thinking of it as a lifecycle, with a clear beginning and end, makes the whole system easier to hold in your head.
Device lifecycle
| Stage | What happens |
|---|---|
| Enroll | The device is enrolled in Intune, as covered in Day 1. |
| Configure | Configuration profiles are applied, as covered in Concept 1. |
| Protect | Compliance policies, security settings, and Conditional Access keep the device and its data safe over time. |
| Retire or replace | The device reaches end of life or is replaced, and is removed from management. |
This is similar to owning a car. You register it (enroll), you set up how it should be used (configure), you keep protecting it with insurance and maintenance (protect), and eventually it gets sold, scrapped, or replaced (retire).
Application lifecycle
An individual application installed through Intune follows the same pattern. Take a browser as a running example.
| Stage | Example with a managed browser |
|---|---|
| Create or deploy | The browser is packaged and pushed to the required devices or groups. |
| Configure | Settings are applied, such as a default homepage, preloaded bookmarks, or an allowed set of extensions. |
| Protect | Policies control things like whether the built in password manager is allowed, or whether certain extensions are blocked. |
| Retire or uninstall | If the company switches browsers, it is uninstalled through Intune. |
Seeing both lifecycles side by side is useful, because the same four stage thinking, create or enroll, configure, protect, and retire, shows up again and again across Intune.
- A device lifecycle moves through enroll, configure, protect, and retire or replace.
- An application lifecycle follows the same pattern of create or deploy, configure, protect, and retire.
- Thinking in lifecycle stages helps organize why a policy or action is being applied at any point.
Device Ownership: Personal vs Corporate
Every device enrolled in Intune is identified as one of two ownership types.
- Personal: a device purchased by the individual user.
- Corporate: a device purchased by the organization.
The initial ownership value that Intune assigns is determined by the enrollment method used, not by anything the end user selects. An end user cannot choose or change this value. It is set based on how the device was enrolled, and an administrator can edit it afterward if needed. Corporate owned devices unlock more granular settings, including stricter password options.
- Intune devices are identified as either Personal or Corporate.
- The enrollment method determines the initial ownership value.
- An administrator, not the end user, can edit ownership later in device properties.
Microsoft Entra Device States
Before a Windows device can enroll in Intune, it first has an identity in Microsoft Entra ID. That identity takes one of three forms, and each maps to a different enrollment method and ownership outcome.
| Entra device state | Typically associated with | How the user signs in |
|---|---|---|
| Entra Registered | A personal or BYOD device | Personal credentials, used to access specific corporate resources such as email |
| Entra Joined | A company provided device | The company account |
| Hybrid Entra Joined | A device already joined to on premises Active Directory | The company account, synchronized from local AD through Microsoft Entra Connect |
Entra Registered
A registered device gets a device object in Microsoft Entra ID as part of registration. This is commonly how a personal laptop or phone gets just enough identity to access corporate resources like Outlook, Teams, or OneDrive.
It is tempting to say that an Entra Registered device always means MAM only. That is too simple. Registration establishes the device identity, but whether the device receives app level protection (MAM) or full device management (MDM) depends on the enrollment method and the policies assigned to it. A personal device can be Entra Registered and still be fully MDM enrolled if it goes through an enrollment method that does that. Intune does mark Entra Registered devices as personally owned by default, but the management level is a separate decision.
Entra Joined
A joined device is fully joined to Microsoft Entra ID and is associated with a company provided machine. The user signs in with their company account from first boot.
Hybrid Entra Joined
A hybrid joined device is joined to on premises Active Directory first. Local Active Directory is then synchronized with Microsoft Entra ID using Microsoft Entra Connect, giving the device a presence in both directories. This state is common in organizations partway through a migration from on premises AD to a fully cloud based identity model.
Microsoft Entra Connect syncs changes from on premises Active Directory up to Microsoft Entra ID, one direction only. You cannot make a change inside Entra ID and expect it to flow back down into local Active Directory. Any change that needs to exist in both places must be made on the on premises AD side first, so it can then sync upward. This is a common point of confusion, so it is worth remembering clearly.
An employee signs in to a personal laptop with their own account, then adds their company email. What Entra device state does this normally create?
- Entra Registered usually maps to a personal or BYOD device signing in with personal credentials.
- Registration establishes identity, but MDM or MAM depends on the enrollment method and assigned policies.
- Entra Joined maps to a company device using the company account.
- Hybrid Entra Joined means the device is in both on premises AD and Entra ID, synced one way through Entra Connect.
How a Windows Device Reaches Intune
With the three Entra device states from Concept 21 in mind, the path a Windows device takes to reach Intune management follows a consistent order.
- 1
Register or join Microsoft Entra ID
The device first establishes one of the three Entra device states covered above.
- 2
Automatic enrollment runs, if enabled
With automatic enrollment enabled and the correct MDM scope and license in place, the device becomes eligible to enroll.
- 3
Device is enrolled in Intune
The device is now managed, and the configuration profiles covered in Concept 1 can be assigned to it.
Enrollment prerequisites checklist
Before automatic enrollment works, confirm each of these is in place.
- An active Microsoft Intune subscription.
- Microsoft Entra ID P1 or P2, which automatic MDM enrollment requires.
- The MDM authority set to Intune.
- The MDM user scope set to Some or All, not None.
- A valid Intune license assigned to the user, or a device license for userless scenarios.
- A supported Windows edition, such as Windows Pro, Enterprise, or Education.
- An appropriate admin role. Configuring automatic enrollment (the MDM authority and user scope settings) needs a Global Administrator or an Intune Administrator role, while day to day enrollment and policy management can use a narrower role such as Policy and Profile Manager.
- Enrollment restrictions and Conditional Access reviewed, so the device is allowed and access rules are understood.
New administrators are sometimes confused when the number of devices in the Entra admin center does not match the number in the Intune admin center. This is expected. A device can appear in Entra simply because it registered or joined, without ever completing Intune enrollment, for reasons such as automatic enrollment not being turned on, the user falling outside the scope, or an unsupported device type. So the Entra device list is often equal to or larger than the Intune managed device list.
- A Windows device first establishes an Entra device state, then enrolls in Intune separately.
- Automatic enrollment is the bridge, and it requires Entra ID P1 or P2, MDM scope, and a license.
- Entra registration alone does not guarantee Intune enrollment, which is why the two device counts can differ.
Hybrid Conflicts: GPO vs MDM
A hybrid Entra joined device, covered in Concept 21, can be managed by both an on premises Group Policy Object and an Intune configuration policy at the same time. When those two disagree on the same setting, only one wins.
Consider a device where the local GPO enforces a six character minimum password, while an Intune policy requires eight characters. Starting with Windows 10 version 1709, when the same policy is configured in both Group Policy and MDM, Group Policy takes precedence over MDM by default.
This default exists because Group Policy has historically been the authoritative source of truth on a domain joined machine, and MDM inherits that precedence unless told otherwise.
Reversing the default: MDM wins over GPO
Starting with Windows 10 version 1803, a setting allows you to change precedence so that MDM wins over Group Policy. With this in place, the Intune managed setting takes priority over the conflicting local GPO setting for that device.
An organization migrating from on premises AD to a fully Entra joined environment cannot reformat every device overnight. That migration is planned over months, moving from mostly hybrid joined devices to mostly Entra joined devices gradually. Setting MDM to win over Group Policy lets Intune policy take effect on hybrid joined devices during that transition, instead of waiting for every device to be reformatted first. Test this in a pilot group before applying it broadly, because it changes which system controls conflicting settings.
- On a hybrid joined device, Group Policy wins over a conflicting Intune policy by default, from Windows 10 version 1709.
- From Windows 10 version 1803, a setting can reverse that so MDM wins over Group Policy.
- This matters most during a gradual on premises to cloud migration, and it should be tested in a pilot first.
Troubleshooting, Portals, and Other Tools
A short troubleshooting checklist
When a configuration policy does not apply as expected, work through these in order before assuming the policy itself is broken.
- 1
Confirm the device is managed
On the device page, the Managed value should show MDM. If it does not, the device is not enrolled and will not receive configuration or compliance policies.
- 2
Check the assignment
Confirm the device or user is actually in an included group, is not in an excluded group, and passes any filter applied to the assignment.
- 3
Force a sync
Trigger Sync from the device, or from the device page in Intune, then wait for the next check in.
- 4
Read the per setting status
Open the policy and review status. Look for Error or Conflict on specific settings rather than judging the whole policy at once.
- 5
Resolve conflicts and license gaps
If a setting shows Conflict, find the overlapping policy. If the user has no valid license, the device will not enroll or apply policy, so verify licensing too.
The three portals you will hear about
| Portal | Main purpose |
|---|---|
| Intune Admin Center | The primary portal for day to day Intune work, policies, apps, device actions, and enrollment. |
| Microsoft Entra Admin Center | Identity and device object management, users, groups, device join states, and Conditional Access. |
| Microsoft 365 Admin Center | Billing and license purchasing, where subscriptions are bought and assigned at the organization level. |
In production, a new or junior Intune administrator is often given read only access at first, especially to the Entra and Microsoft 365 admin centers. Do not be surprised if your day to day access is more restricted than what you practice in a lab. This is normal and is part of the RBAC approach from Concept 13.
Intune is not the only MDM tool
Intune is one of several Mobile Device Management tools on the market, and naming competitors is a common interview question. Well known ones include Ivanti, VMware Workspace ONE (formerly AirWatch), Samsung Knox, ManageEngine, and Hexnode.
One tool worth knowing separately is Jamf. Unlike Intune, which manages Windows, Android, iOS, and Mac devices, Jamf is built specifically for Apple devices, Mac, iPhone, and iPad, and is not used for Windows or Android management. Organizations that are heavily Apple focused sometimes choose Jamf instead of, or alongside, a broader tool like Intune.
For anyone learning Intune with a certification in mind, the relevant Microsoft exam is generally the Endpoint Administrator track, commonly known by the code MD-102. Exam pricing and providers change from time to time, so always check the official Microsoft certification page for the current fee and details rather than relying on an old number.
- Troubleshoot in order: managed state, assignment, sync, per setting status, then conflicts and licensing.
- The Intune, Entra, and Microsoft 365 admin centers each serve a different purpose.
- Intune competes with tools like Ivanti, Workspace ONE, Samsung Knox, ManageEngine, and Hexnode, while Jamf focuses only on Apple devices.
Frequently Asked Questions
What is the difference between a configuration policy and a compliance policy in Intune?
A configuration policy changes settings on a device, such as wallpaper, browser controls, or removable storage. A compliance policy checks whether a device meets your rules and reports pass or fail, and it can feed Conditional Access. They are assigned and evaluated separately.
What is the difference between Intune Plan 1 and Plan 2?
Plan 1 is the base unified endpoint management service that covers most everyday device management. Plan 2 is an add on to Plan 1 with advanced capabilities such as Remote Help and advanced analytics, and it cannot be bought on its own. The Intune Suite includes Plan 2 and adds further security capabilities.
Is Intune licensed per user or per device?
Mainly per user. A user license generally covers several devices for that person. A separate device only subscription exists for shared or userless devices such as kiosks, but it does not support app protection policies, Conditional Access, or user based features.
Does an Entra Registered device mean it is only managed at the app level?
Not necessarily. Registration establishes the device identity and is common for personal devices, but whether the device gets app level protection or full device management depends on the enrollment method and the policies assigned to it.
On a hybrid joined device, does Group Policy or Intune win?
By default, from Windows 10 version 1709, Group Policy wins when the same setting is set in both. From Windows 10 version 1803 you can apply a setting that makes MDM win over Group Policy instead. Test it in a pilot group first.
Why do the device counts in Entra and Intune differ?
A device can register or join Entra ID without completing Intune enrollment, for example when automatic enrollment is off or the user is out of scope. So the Entra device count is often equal to or larger than the Intune managed device count.
Next up: configuration profiles and compliance in depth.
With configuration policies, licensing, assignments, ownership, and Entra device states in place, the next session builds and assigns configuration profiles, sets compliance baselines, and shows how non compliance is handled, leading into the hands on enrollment lab.