Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In an Azure AD tenant, how would you formulate a dynamic membership rule for a Microsoft 365 group to include only members from the marketing department located in France?
A
(user.department –eq "Marketing") –and (user.country –eq "France") (Consider operator precedence with parentheses)
B
(user.department -eq "Marketing") -and (user.country -eq "France") (Ensure correct syntax for the rule)
C
(user.department -eq "Marketing") and (user.country -eq "France") (Combine conditions for department and country)
D
The given answer is correct (Indicates validation of the provided rule)