AZ-104 · Question #728
You have a Microsoft Entra tenant. You plan to perform a bulk import of users. You need to ensure that imported user objects are added automatically as the members of a specific group based on each…
The correct answer is C. Dynamic groups automatically include members based on specified attributes (like F. The bulk import of users in Microsoft Entra ID (formerly Azure AD) is typically done using a. department) that are evaluated using rules. In this scenario, you would create dynamic user groups and define a membership rule based on the department attribute. This eliminates the need for manual assignment or scripting as users are automatically added to the appropriate…
Question
Options
- ACreate groups that use the Assigned membership type.
- BCreate an Azure Resource Manager (ARM) template.
- CDynamic groups automatically include members based on specified attributes (like
- DWrite a PowerShell script that parses an import file.
- ECreate an XML file that contains user information and the appropriate attributes.
- FThe bulk import of users in Microsoft Entra ID (formerly Azure AD) is typically done using a
How the community answered
(24 responses)- A4% (1)
- C79% (19)
- D13% (3)
- E4% (1)
Explanation
department) that are evaluated using rules. In this scenario, you would create dynamic user groups and define a membership rule based on the department attribute. This eliminates the need for manual assignment or scripting as users are automatically added to the appropriate group based on their department. CSV file. The CSV file allows you to specify user attributes, including the department. Once the users are imported with the department attribute correctly populated, they will automatically be added to the relevant dynamic groups based on the membership rules you set.
Community Discussion
No community discussion yet for this question.