An administrator needs to configure a new Microsoft Entra ID group to automatically manage access. The group must dynamically include all users belonging to the Marketing department who are also using corporate-owned Windows 11 devices. Which of the following statements correctly describes a configuration requirement or limitation for this group?
- AThe dynamic membership rule query must use syntax that combines both attributes, such as (user.department -eq 'Marketing') and (device.deviceOSVersion -startsWith '10.0').
- BTo configure and save the dynamic rule, the administrator must be assigned the User Access Administrator Azure RBAC role at the resource group scope.
- You must create two separate dynamic groups—one for users and one for devices—because a single dynamic group cannot evaluate both user and device attributes.Answer
- DYou must first place both the users and the devices in the same Administrative Unit to allow cross-attribute evaluation of users and devices.
Answer
You must create two separate dynamic groups—one for users and one for devices—because a single dynamic group cannot evaluate both user and device attributes.
The correct option states that you must create two separate dynamic groups. In Microsoft Entra ID, dynamic groups are strictly typed as either Dynamic User or Dynamic Device. The membership rule engine does not support referencing both user and device attributes in the same query. To achieve the goal, separate groups for users and devices must be created.
Step-by-Step Solution
Key Concept
Microsoft Entra ID dynamic group membership rules must evaluate either user attributes or device attributes, but not both in a single query.
Estimated Time:1m 30s