Movatterモバイル変換


[0]ホーム

URL:


Skip to main content

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft EdgeMore info about Internet Explorer and Microsoft Edge
Table of contentsExit editor mode

App and device properties, operators, and rule editing when creating assignment filters in Microsoft Intune

Feedback

In this article

Assignment filters in Intune let you refine app and policy targeting based on device and app properties. This reference article describes the properties, operators, and rule syntax you can use when creating filters for managed devices and managed apps.

When you create an app, compliance policy, or configuration profile, you assign that app or policy to groups (users or devices). Assignment filters allow you to narrow the scope of your assignments based on specific criteria.

You can use assignment filters onmanaged devices (devices enrolled in Intune) andmanaged apps (apps managed by Intune). When creating a filter, you specify properties like device manufacturer, OS version, or enrollment profile, and use operators to build rule expressions, likestartsWith andcontains.

This article provides a complete reference for managed device properties, managed app properties, and supported operators you can use in your assignment filters, and includes practical examples.

Important

Android device administrator (DA) management is deprecated and no longer available for devices with access to Google Mobile Services (GMS). If you currently use DA management, we recommend switching to another Android management option. Support and help documentation remain available for some Android 15 and earlier devices without GMS. For more information, seeEnding support for Android device administrator on GMS devices.

Available properties

You can use assignment filters onmanaged devices (devices enrolled in Intune) andmanaged apps (apps managed by Intune). This section lists the available properties.

You can use the following device properties in your managed device filter rules:

  • cpuArchitecture (CPU Architecture): Create a filter rule based on the Intune device CPU architecture property.

    For Windows, your options are (with-eq,-ne,-in,-notIn operators):

    • amd64
    • x86
    • arm64
    • unknown

    For macOS, your options are (with-eq,-ne,-in,-notIn operators):

    • x64
    • arm64
    • unknown

    Examples:

    • (device.cpuArchitecture -eq "arm64")
    • (device.cpuArchitecture -in ["x64", "arm64"])
    • (device.cpuArchitecture -eq "unknown")

    This property applies to:

    • macOS
    • Windows

    Note

    Currently, enrollment scenarios don't support thecpuArchitecture property. Support will be added in a future update (no ETA).

  • deviceCategory (Device Category): Create a filter rule based on the Intune device category property. Enter the full string value (using-eq,-ne,-in,-notIn operators), or partial value (using-startswith,-contains,-notcontains operators).

    Examples:

    • (device.deviceCategory -eq "Engineering devices")
    • (device.deviceCategory -contains "Engineering")
    • (device.model -startsWith "E")

    This property applies to:

    • Android device administrator
    • Android Enterprise
    • Android (AOSP)
    • iOS/iPadOS
    • macOS
    • Windows
  • deviceManagementType (Device Management Type): Create a filter rule based on the Intune device management type. Select from the following values using the -eq and -ne operators:

    ValueSupported platforms
    Corporate-owned dedicated devices with Entra ID Shared modeAndroid
    Corporate-owned dedicated devices without Entra ID Shared modeAndroid
    Corporate-owned with work profileAndroid
    Corporate-owned fully managedAndroid
    Personally-owned work profileAndroid
    AOSP user-associated devicesAndroid
    AOSP userless devicesAndroid

    Example:

    • (app.deviceManagementType -eq "Corporate-owned dedicated devices without Entra ID Shared mode")

    This property applies:

    • Android
  • deviceName (Device Name): Create a filter rule based on the Intune device name property. Enter a string value for the device's full name (using-eq,-ne,-in,-notIn operators), or partial value (using-startswith,-contains,-notcontains operators).

    Examples:

    • (device.deviceName -eq "Scott's Device")
    • (device.deviceName -in ["Scott's device", "Sara's device"])
    • (device.deviceName -startsWith "S")

    This property applies to:

    • Android device administrator
    • Android Enterprise
    • Android (AOSP)
    • iOS/iPadOS
    • macOS
    • Windows
  • deviceOwnership (Ownership): Create a filter rule based on the device's ownership property in Intune. SelectPersonal,Corporate, or unknown values using the-eq and-ne operators.

    Example:

    • (device.deviceOwnership -eq "Personal")

    This property applies to:

    • Android device administrator
    • Android Enterprise
    • Android (AOSP)
    • iOS/iPadOS
    • macOS
    • Windows
  • deviceTrustType (Microsoft Entra join type): Create a filter rule based on the device's Microsoft Entra join type. Choose between Azure AD joined, Azure AD registered, Hybrid Azure AD joined, or Unknown values (with-eq,-ne,-in,-notIn operators).

    Examples:

    • (device.deviceTrustType -eq "Azure AD joined")
    • (device.deviceTrustType -ne "Azure AD registered")
    • (device.deviceTrustType -in ["Hybrid Azure AD joined","Azure AD joined"])

    This property applies to:

    • Windows

    Note

    ThedeviceTrustType property exists in Microsoft Entra ID and Intune. The values in this Intune assignment filters article apply to Intune. They don't apply to Microsoft Entra ID.

  • enrollmentProfileName (Enrollment profile name): Create a filter rule based on the enrollment profile name. This property is applied to a device when the device enrolls. It's a string value created by you, and matches the Windows Autopilot, Apple Automated Device Enrollment (ADE), or Google enrollment profile applied to the device. To see your enrollment profile names, sign in to theIntune admin center, and go toDevices >Enroll devices.

    Enter the full string value (using-eq,-ne,-in,-notIn operators), or partial value (using-startswith,-contains,-notcontains operators).

    Examples:

    • (device.enrollmentProfileName -eq "DEP iPhones")
    • (device.enrollmentProfileName -startsWith "Autopilot Profile")
    • (device.enrollmentProfileName -ne $null)

    This property applies to:

    • Android Enterprise
    • Android (AOSP)
    • iOS/iPadOS
    • Windows
  • IsRooted (Rooted or jailbroken): Create a filter rule based on the device's rooted (Android) or jailbroken (iOS/iPadOS) device property. SelectTrue,False, or unknown values using the-eq and-ne operators.

    Example:

    • (device.isRooted -eq "True")

    This property applies to:

    • Android device administrator
    • Android Enterprise (Work profile only)
    • Android (AOSP)
    • iOS/iPadOS
  • manufacturer (Manufacturer): Create a filter rule based on the Intune device manufacturer property. Enter the full string value (using-eq,-ne,-in,-notIn operators), or partial value (using-startswith,-contains,-notcontains operators).

    Examples:

    • (device.manufacturer -eq "Microsoft")
    • (device.manufacturer -startsWith "Micro")

    This property applies to:

    • Android device administrator
    • Android Enterprise
    • Android (AOSP)
    • iOS/iPadOS
    • macOS
    • Windows
  • model (Model): Create a filter rule based on the Intune device model property. Enter the full string value (using-eq,-ne,-in,-notIn operators), or partial value (using-startswith,-contains,-notcontains operators).

    For iOS/iPadOS and macOS devices, use the model, not the product name. Only the model is recognized for Apple devices. For example, for iPhone 8 devices, enter the model asiPhone 8.

    Examples:

    • (device.model -eq "Surface Book 3")
    • (device.model -in ["Surface Book 3", "Surface Book 2"])
    • (device.model -startsWith "Surface Book")
    • (device.model -startsWith "MacBookPro")
    • (device.model -startsWith "iPhone 8")

    Note

    Older iPad Pro models use the double prime symbol (") instead of inch. If you use full string value operators, this symbol can cause assignment filters to not evaluate correctly. For these models, use partial value operators to ensure that assignment filters evaluate the model as intended. For example, foriPad Pro (12.9")(2nd generation) model devices, you can use(device.model -contains "iPad Pro 12.9") and(device.model -contains "(2nd generation)").

    This property applies to:

    • Android device administrator
    • Android Enterprise
    • Android (AOSP)
    • iOS/iPadOS
    • macOS
    • Windows
  • operatingSystemVersion (Operating System Version): Create a filter rule based on the Intune device operating system (OS) version. Enter a version value (using-eq,-ne,-gt,-ge,-lt,-le operators).

    Examples:

    • (device.operatingSystemVersion -eq 14.2.1)
    • (device.operatingSystemVersion -gt 10.0.22000.1000)
    • (device.operatingSystemVersion -le 10.0.22631.3235)

    For a list of supported operators, go toSupported operators for operatingSystemVersion (in this article).

    This property applies to:

    • Android device administrator
    • Android Enterprise
    • Android (AOSP)
    • iOS/iPadOS
    • macOS
    • Windows

    Note

    TheoperatingSystemVersion property is in public preview. For more information on what that means, go toPublic preview in Microsoft Intune.

  • osVersion (OS Version): Create a filter rule based on the Intune device operating system (OS) version. Enter the full string value (using-eq,-ne,-in,-notIn operators), or partial value (using-startswith,-contains,-notcontains operators).

    Tip

    TheosVersion property is being deprecated. Instead, use theoperatingSystemVersion property. WhenoperatingSystemVersion is generally available (GA), theosVersion property will retire, and you won't be able to create new assignment filters using this property. Existing assignment filters that useosVersion continue to work.

    Examples:

    • (device.osVersion -eq "14.2.1")
    • (device.osVersion -in ["10.15.3 (19D2064)","10.14.2 (18C54)"])
    • (device.osVersion -startsWith "10.0.18362")

    This property applies to:

    • Android device administrator
    • Android Enterprise
    • Android (AOSP)
    • iOS/iPadOS
    • macOS
    • Windows

    Note

    For Apple devices, theOSversion property doesn't include Apple's Security Patch Version (SPV) information. The SPV is the letter after the version number, like14.1.2a. When creating assignment filters for Apple devices, don't include the SPV in theOSversion rule syntax.

  • operatingSystemSKU (Operating System SKU): Create a filter rule based on the device's Windows client OS SKU. Enter the full string value (using-eq,-ne,-in,-notIn operators), or partial value (using-startswith,-contains,-notcontains operators).

    Examples:

    • (device.operatingSystemSKU -eq "Enterprise")
    • (device.operatingSystemSKU -in ["Enterprise", "EnterpriseS", "EnterpriseN", "EnterpriseEval"])
    • (device.operatingSystemSKU -startsWith "Enterprise")

    You can use the following supported values for theOperating System SKU property. TheIntune admin center doesn't show the SKU names. So, be sure to use the supported values in the following table:

    Supported valueOS SKU definition
    BusinessNWindows 10/11 Professional N (49)
    CloudEditionCloudEdition (Windows 11 SE (203))
    CloudEditionNCloudEditionN (Windows 11 SE N (202))
    CoreWindows 10/11 Home (10/111)
    CoreCountrySpecificWindows 10/11 Home China (99)
    CoreNWindows 10/11 Home N (98)
    CoreSingleLanguageWindows 10/11 Home single language (100)
    EducationWindows 10/11 Education (121)
    EducationNWindows 10/11 Education (122)
    EnterpriseWindows 10/11 Enterprise (4)
    EnterpriseEvalWindows 10/11 Enterprise Evaluation (72)
    EnterpriseGWindows 10/11 Enterprise G (171)
    EnterpriseGNWindows 10/11 Enterprise G N (172)
    EnterpriseNWindows 10/11 Enterprise N (27)
    EnterpriseNEvalWindows 10/11 Enterprise N Evaluation (84)
    EnterpriseSWindows 10 Enterprise LTSC (125)
    EnterpriseSEvalWindows 10 Enterprise LTSC Evaluation (129)
    EnterpriseSNWindows 10 Enterprise LTSC N (126)
    HolographicWindows 10 Holographic (136)
    IoTUAPWindows 10 IoT Core (123)
    IoTUAPCommercialWindows 10 IoT Core Commercial (131)
    IoTEnterpriseWindows 10/11 IoT Enterprise (188)
    PPIProWindows 10 TeamOS (119)
    ProfessionalWindows 10/11 Professional (48)
    ProfessionalEducationWindows 10/11 Professional Education (164)
    ProfessionalEducationNWindows 10/11 Professional Education N (165)
    ProfessionalWorkstationWindows 10/11 Professional for workstation (161)
    ProfessionalNWindows 10/11 Professional for workstation N (162)
    ProfessionalSingleLanguageWindows 10/11 Professional Single Language (138)
    ServerRdshWindows 10/11 Enterprise multi-session (175)

    This property applies to:

    • Windows

Note

  • In Windows PowerShell, use theGet-WmiObject -Class Win32_OperatingSystem |select operatingsystemSKU command on a Windows device to return the SKU number.
  • On October 14, 2025,Windows 10 reached end of support and won't receive quality and feature updates. Windows 10 is anallowed version in Intune. Devices running this version can still enroll in Intune and use eligible features, but functionality won't be guaranteed and can vary.

Advanced rule editing

When you create a filter, you can manually create simple or complex rules in the rule syntax editor. You can also use common operators, such asor,contains, and more. The format is similar to Microsoft Entra dynamic groups:([entity].[property name] [operation] [value]).

What you need to know

  • The properties, operations, and values are case insensitive.

  • Parentheses and nested parentheses are supported.

  • You can useNull or$Null as a value with the-Equals and-NotEquals operators.

  • Some advanced syntax options, such as nested parentheses, are only available in the rule syntax editor. If you use advanced expressions in the rule syntax editor, then the rule builder is disabled.

    For more information on the rule syntax editor and the rule builder, go toUse filters when assigning your apps, policies, and profiles

Supported operators

You can use the following operators in the rule syntax editor:

  • Or: Use for all value types, especially when grouping simple rules.

    • Allowed values:-or |or
    • Example:(device.manufacturer -eq "Samsung") or (device.model -contains "Galaxy Note")
  • And: Use for all value types, especially when grouping simple rules.

    • Allowed values:-and |and
    • Example:(device.manufacturer -eq "Samsung") and (device.model -contains "Galaxy Note")
  • Equals: Use for all value types, including simple rules, strings, arrays, and more.

    • Allowed values:-eq |eq
    • Example:(device.manufacturer -eq "Samsung") and (device.model -eq "Galaxy Note")
  • NotEquals: Use for all value types, including simple rules, strings, arrays, and more.

    • Allowed values:-ne |ne
    • Example:(device.manufacturer -ne "Samsung") or (device.model -ne "Galaxy Note")
  • StartsWith: Use for string value types.

    • Allowed values:-startsWith |startsWith
    • Example:(device.manufacturer -startsWith "Sams")
  • In: Use for array value types, such as["1", "2"].

    • Allowed values:-in |in
    • Example:(device.manufacturer -in ["Samsung","Lenovo","Microsoft"])
  • NotIn: Use for array value types, such as["1", "2"].

    • Allowed values:-notIn |notIn
    • Example:(device.manufacturer -notIn ["Samsung","Lenovo","Microsoft"])
  • Contains: Use for string value types.

    • Allowed values:-contains |contains
    • Example:(device.manufacturer -contains "Samsung")
  • NotContains: Use for string value types.

    • Allowed values:-notContains |notContains
    • Example:(device.manufacturer -notContains "Samsung")

Supported operators for operatingSystemVersion

When you use theoperatingSystemVersion (Operating System Version) property, you can use the following operators in the rule syntax editor:

  • Equals: Use for all value types, including simple rules, strings, arrays, and more.

    • Allowed values:-eq |eq
    • Example:(device.operatingSystemVersion -eq "10.0.22000.1000")
  • NotEquals: Use for all value types, including simple rules, strings, arrays, and more.

    • Allowed values:-ne |ne
    • Example:(device.operatingSystemVersion -ne "10.0.22000.1000")
  • GreaterThan: Use for version value types.

    • Allowed values:-gt |gt
    • Example:(device.operatingSystemVersion -gt 10.0.22000.1000)
  • LessThan: Use for version value types.

    • Allowed values:-lt |lt
    • Example:(device.operatingSystemVersion -lt 10.0.22000.1000)
  • GreaterThanOrEquals: Use for version value types.

    • Allowed values:-ge |ge
    • Example:(device.operatingSystemVersion -ge 10.0.22000.1000)
  • LessThanOrEquals: Use for version value types.

    • Allowed values:-le |le
    • Example:(device.operatingSystemVersion -le 10.0.22000.1000)

Related articles


Feedback

Was this page helpful?

YesNoNo

Need help with this topic?

Want to try using Ask Learn to clarify or guide you through this topic?

Suggest a fix?

  • Last updated on

In this article

Was this page helpful?

YesNo
NoNeed help with this topic?

Want to try using Ask Learn to clarify or guide you through this topic?

Suggest a fix?