8. How to Create Dynamic Device Group in Microsoft Intune

2 min read 2 days ago
Published on Jan 29, 2025 This response is partially generated with the help of AI. It may contain inaccuracies.

Table of Contents

Introduction

This tutorial provides a step-by-step guide on creating a dynamic device group for all Windows 10 devices in Microsoft Intune using the Microsoft Endpoint Manager admin center. Dynamic groups are essential for managing devices efficiently, allowing for automated membership based on specified criteria.

Step 1: Access the Microsoft Endpoint Manager Admin Center

  • Open your web browser and navigate to the Microsoft Endpoint Manager admin center at endpoint.microsoft.com.
  • Sign in with your admin account credentials.

Step 2: Navigate to Groups

  • In the left-hand menu, select Groups.
  • Click on All groups to view existing groups.

Step 3: Create a New Group

  • Click on the + New group button at the top of the page.
  • Choose Security as the group type from the dropdown menu.
  • Set the Group name to something descriptive, such as "Dynamic Windows 10 Devices".
  • Optionally, add a Description to clarify the purpose of the group.

Step 4: Configure Membership Type

  • Under Membership type, select Dynamic Device.
  • Click on Add dynamic query to define the criteria for group membership.

Step 5: Define Dynamic Membership Rules

  • In the Dynamic membership rules pane, click on Edit to enter the rules.
  • Use the Rule syntax to specify your criteria. For Windows 10 devices, you might use:
    (device.deviceOSVersion -startsWith "10.")
    
  • This rule includes all devices running Windows 10.

Step 6: Validate the Rules

  • Click on Validate Rules to ensure your syntax is correct and that it will return the expected results.
  • Review the list of devices that match your criteria.

Step 7: Save the Group

  • After validating the rules, click Save to apply the dynamic membership rules.
  • Review your group settings and click on Create to finalize the group.

Step 8: Monitor the Group

  • After creation, you can monitor the group by returning to the All groups section.
  • Click on the newly created group to view its members and ensure that devices are being added dynamically as expected.

Conclusion

You have successfully created a dynamic device group for Windows 10 devices in Microsoft Intune. This group will automatically manage its membership based on the defined criteria, streamlining your device management process. For further learning, consider exploring advanced dynamic rules or integrating this group with other Intune functionalities.