You plan to configure a new Microsoft Entra ID group that will automatically include all user accounts where the department attribute is set to Sales. Which two settings must you configure to meet this requirement? (Select TWO)
- Set the Membership type to Dynamic User.Cevap
- BSet the Membership type to Dynamic Device.
- Add a dynamic membership rule with the query: (user.department -eq "Sales").Cevap
- DAdd a dynamic membership rule with the query: (device.department -eq "Sales").
Cevap
To configure a group that dynamically includes users based on their department, you must set the membership type to Dynamic User and construct a query targeting the user's department attribute, specifically using the syntax: (user.department -eq "Sales").
Configuring a dynamic membership rule for user accounts requires setting the membership type of the group to Dynamic User. To filter by the user's department, you must use the user.department attribute in the query syntax. Therefore, setting the membership type to Dynamic User and adding the query matching user.department to Sales are the correct configurations.
Adım Adım Çözüm
Anahtar Kavram
Configuring dynamic user membership groups based on user attributes in Microsoft Entra ID