Dynamic Group in Intune not adding devices

Gary Driscoll 0 Reputation points
2023-10-17T13:52:11.3433333+00:00

Dynamic Group for BYOD device is not populating iOS devices. Android BYOD has same config and working as designed.

Rule: (device.deviceOwnership -contains "Personal") and (device.deviceOSType -eq "iOS")

Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,814 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Rahul Jindal [MVP] 9,791 Reputation points MVP
    2023-10-17T15:47:57.5966667+00:00

    Is using Device filter an option for you? If yes, then I will suggest to use it instead of Dynamic group to eliminate latency related issues. User's image

    1 person found this answer helpful.
    0 comments No comments

  2. Simon Ren-MSFT 32,221 Reputation points Microsoft Vendor
    2023-10-18T08:20:24.8933333+00:00

    Hi,

    Thank you for posting in Microsoft Q&A forum.

    How about using deviceCategory attribute? For example:

    Name: Intune_BYOD_Devices_IOS

    Rule: (device.deviceOSType -eq "iPad") -or (device.deviceOSType -eq "iPhone") -and (device.deviceCategory -eq "BYOD")

    Thanks for your time. Have a nice day!

    Best regards,

    Simon


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  3. Simon Ren-MSFT 32,221 Reputation points Microsoft Vendor
    2023-10-26T01:43:42.3033333+00:00

    Hi,

    Hope everything goes well. Do you need any further assistance about this issue? If yes, please feel free to let us know, we will do our best to help you.

    If the response is helpful, it's appreciated that you could click "Accept Answer" and upvote it, this will help other users to search for useful information more quickly.

    Thanks for your time.

    Best regards,

    Simon

    0 comments No comments