You are configuring group membership and delegation in a Microsoft Entra ID tenant. You plan to create a security group named DevOps-Staff that dynamically includes all users whose department is Engineering and who are not guest users.
Which of the following statements are correct? (Select TWO.)
- The dynamic membership rule must be configured using the query (user.department -eq "Engineering") and (user.userType -ne "Guest").Cevap
- BTo allow the group owner to manually add external contractors as exceptions to the membership, you must configure the group rule to mix user and device attributes.
- To delegate the ability to update user attributes (such as department) for a subset of users, you can assign the User Administrator role scoped to an Administrative Unit containing those users.Cevap
- DAn administrator with the Owner role at the Azure subscription scope can modify the group's dynamic membership rules in Microsoft Entra ID.
Cevap
The correct statements are that the dynamic membership rule must be configured using the query (user.department -eq "Engineering") and (user.userType -ne "Guest"), and that the ability to update user attributes for a subset of users can be delegated by assigning the User Administrator role scoped to an Administrative Unit containing those users.
The dynamic membership rule must be configured using the query (user.department -eq "Engineering") and (user.userType -ne "Guest") because it is a syntactically correct OData query that accurately captures both conditions. Additionally, assigning the User Administrator role scoped to an Administrative Unit allows localized delegation of user management (like department updates), which in turn feeds into the dynamic group membership evaluation.
Adım Adım Çözüm
Anahtar Kavram
Microsoft Entra ID group management, dynamic membership rules, administrative units, and directory delegation.
Tahmini Süre:1m 30s