Question 109:
You have a Microsoft 365 subscription. Your organization is frequently collaborating with external users from different companies. You have created a dynamic group in Azure AD to automatically add new and old guest users. How should you configure the rule syntax?
Answer options:
A.(user.objectId -ne null) and (user.userType -eq "Member") B.(user.objectId -e external) and (user.userType -eq "Guest") C.(user.objectId -e external) and (user.userType -eq "Member") D.(user.objectId -ne null) and (user.userType -eq "Guest")