Create a device profile in Microsoft Intune
Device profiles allow you to add and configure settings, and then push these settings to devices in your organization. You have some options when creating policies:
Administrative templates: On Windows 10/11 devices, these templates are ADMX settings that you configure. If you're familiar with ADMX policies or group policy objects (GPO), then using administrative templates is a natural step to Microsoft Intune.
For more information, go to Administrative Templates
Baselines: On Windows 10/11 devices, these baselines include preconfigured security settings. If you want to create security policy using recommendations by Microsoft security teams, then security baselines are for you.
For more information, go to Security baselines.
Settings catalog: On your Apple and Windows devices, you can use the settings catalog to configure device features and settings. The settings catalog has all the available settings, and in one location. For example, you can see all the settings that apply to BitLocker, and create a policy that just focuses on BitLocker. On macOS devices, use the settings catalog to configure Microsoft Edge version 77 and settings.
For more information, go to Settings catalog.
Templates: On Android, iOS/iPadOS, macOS, and Windows devices, the templates include a logical grouping of settings that configure a feature or concept, such as VPN, email, kiosk devices, and more. If you're familiar with creating device configuration policies in Microsoft Intune, then you're already using these templates.
For more information, including the available templates, go to Apply features and settings on your devices using device profiles.
This article:
- Lists the steps to create a profile.
- Shows you how to add a scope tag to "filter" your policies.
- Describes applicability rules on Windows client devices, and shows you how to create a rule.
- Has more information on the check-in refresh cycle times when devices receive profiles and any profile updates.
This feature applies to:
- Android
- iOS/iPadOS
- macOS
- Windows
Create the profile
Profiles are created in the Microsoft Intune admin center. In this admin center, select Devices. You have the following options:
- Overview: Lists the status of your profiles, and provides more details on the profiles you assigned to users and devices.
- Monitor: Check the status of your profiles for success or failure, and also view logs on your profiles.
- By platform: Create and view policies and profiles by your platform. This view can also show features specific to the platform. For example, select Windows 10 and later. You see Windows-specific features, such as Windows Update Rings and PowerShell scripts.
- Manage devices: Create device profiles, upload custom PowerShell scripts to run on devices, and add data plans to devices using eSIM.
When you create a profile (Devices > Manage devices > Configuration > Create), choose your platform:
- Android device administrator
- Android Enterprise
- iOS/iPadOS
- macOS
- Windows 10 and later
- Windows 8.1 and later
Then, choose the profile. Depending on the platform you choose, the settings you can configure are different. The following articles describe the different profiles:
- Administrative templates (Windows)
- BIOS configuration and other settings
- Custom
- Delivery Optimization (Windows)
- Derived credential (Android Enterprise, iOS, iPadOS)
- Device features (macOS, iOS, iPadOS)
- Device firmware configuration interface (DFCI) (Windows)
- Device restrictions
- Domain join (Windows)
- Edition upgrade and mode switch (Windows)
- Education (iOS, iPadOS)
- Endpoint protection (macOS, Windows)
- Extensions (macOS)
- Kiosk
- Microsoft Defender for Endpoint (Windows)
- Mobility Extensions (MX) profile (Android device administrator)
- Network boundary (Windows)
- OEMConfig (Android Enterprise)
- PKCS certificate
- PKCS imported certificate
- Preference file (macOS)
- SCEP certificate
- Secure assessment (Education) (Windows)
- Shared multi-user device (Windows)
- Trusted certificate
- VPN
- Wi-Fi
- Windows health monitoring
- Wired networks (macOS)
For example, if you select Android Enterprise for the platform, your options look similar to the following profile:
If you select Windows 10 and later for the platform, your options look similar to the following profile:
Scope tags
After you add the settings, you can also add a scope tag to the profile. Scope tags filter profiles to specific IT groups, such as US-NC IT Team
or JohnGlenn_ITDepartment
. And, are used in distributed IT.
For more information about scope tags, and what you can do, go to Use RBAC and scope tags for distributed IT.
Applicability rules
Applies to:
- Windows 11
- Windows 10
Applicability rules allow administrators to target devices in a group that meet specific criteria. For example, you create a device restrictions profile that applies to the All Windows 10/11 devices group. And, you only want the profile assigned to devices running Windows Enterprise.
To do this task, create an applicability rule. These rules are great for the following scenarios:
- You use Windows 10 Education (EDU). At Bellows College, you want to target all Windows 10 EDU devices between RS3 and RS4.
- You want to target all users in Human Resources at Contoso, but only want Windows 10 Professional or Enterprise devices.
To approach these scenarios, you:
Create a devices group that includes all devices at Bellows College. In the profile, add an applicability rule so it applies if the OS minimum version is
16299
and the maximum version is17134
. Assign this profile to the Bellows College devices group.When the profile is assigned, it applies to devices between the minimum and maximum versions you enter. For devices that aren't between the minimum and maximum versions you enter, their status shows as Not applicable.
Create a users group that includes all users in Human Resources (HR) at Contoso. In the profile, add an applicability rule so it applies to devices running Windows 10 Professional or Enterprise. Assign this profile to the HR users group.
When the profile is assigned, it applies to devices running Windows 10 Professional or Enterprise. For devices that aren't running these editions, their status shows as Not applicable.
If there are two profiles with the exact same settings, then the profile without an applicability rule is applied.
For example, ProfileA targets the Windows 10 devices group, enables BitLocker, and doesn't have an applicability rule. ProfileB targets the same Windows 10 devices group, enables BitLocker, and has an applicability rule to only apply the profile to Windows 10 Enterprise.
When both profiles are assigned, ProfileA is applied because it doesn't have an applicability rule.
When you assign the profile to the groups, the applicability rules act as a filter, and only target the devices that meet your criteria.
Add a rule
In your policy, select Applicability Rules. You can choose the Rule, and Property:
In Rule, choose if you want to include or exclude users or groups. Your options:
- Assign profile if: Includes users or groups that meet the criteria you enter.
- Don't assign profile if: Excludes users or groups that meet the criteria you enter.
In Property, choose your filter. Your options:
OS edition: In the list, check the Windows client editions you want to include (or exclude) in your rule.
OS version: Enter the min and max Windows client version numbers of you want to include (or exclude) in your rule. Both values are required.
For example, you can enter
10.0.16299.0
(RS3 or 1709) for minimum version and10.0.17134.0
(RS4 or 1803) for maximum version. Or, you can be more granular and enter10.0.16299.001
for minimum version and10.0.17134.319
for maximum version.For more version numbers, go to Windows client release information.
Select Add to save your changes.
Policy refresh cycle times
Intune uses different refresh cycles to check for updates to configuration profiles. If the device recently enrolled, the check-in runs more frequently. Policy and profile refresh cycles lists the estimated refresh times.
At any time, users can open the Company Portal app, and sync the device to immediately check for profile updates.
Recommendations
When creating profiles, consider the following recommendations:
Name your policies so you know what they are, and what they do. All compliance policies and configuration profiles have an optional Description property. In Description, be specific and include information so others know what the policy does.
Some configuration profile examples include:
Profile name: Admin template - OneDrive configuration profile for all Windows 10 users
Profile description: OneDrive admin template profile that includes the minimum and base settings for all Windows 10 users. Created byuser@contoso.com
to prevent users from sharing organizational data to personal OneDrive accounts.Profile name: VPN profile for all iOS/iPadOS users
Profile description: VPN profile that includes the minimum and base settings for all iOS/iPadOS users to connect to Contoso VPN. Created byuser@contoso.com
so users automatically authenticate to VPN, instead of prompting users for their username and password.Create your profile by its task, such as configure Microsoft Edge settings, enable Microsoft Defender anti-virus settings, block iOS/iPadOS jailbroken devices, and so on.
Create profiles that apply to specific groups, such as Marketing, Sales, IT Administrators, or by location or school system. Use the built-in features, including:
Separate user policies from device policies.
For example, Administrative Templates in Intune have thousands of ADMX settings. These templates show if a setting applies to users or devices. When creating admin templates, assign your users settings to a users group, and assign your device settings to a devices group.
The following image shows an example of a setting that can apply to users, apply to devices, or apply to both:
Use Microsoft Copilot in Intune to evaluate your policies, learn more about a policy setting and its impact on your users & security, and compare policies between two devices.
For more information, go to Microsoft Copilot in Intune.
Every time you create a restrictive policy, communicate this change to your users. For example, if you're changing the passcode requirement from four (4) characters to six (6) characters, let your users know before your assign the policy.