AZ-104 Question 7
Select 2You are an Azure Administrator for Contoso. Your organization plans to assign Microsoft 365 E3 licenses to 50 new employees. However, you discover that their 'Usage location' property must be set before the licenses can be assigned. You want to update this property for all 50 users in a single operation. Which of the following methods can you use to accomplish this task? (Choose two options.)
- A
Use Azure AD PowerShell to run a script that updates the usage location property for multiple users at once
- B
Use the Azure portal to select each user individually and manually update the usage location property
- C
Use the Microsoft 365 admin center to run a bulk update by uploading a CSV file
- D
Create a dynamic Azure AD group that automatically sets the usage location for all members
Show answer and explanation
Correct answers: A, C
Explanation
To update the required 'Usage location' for multiple users at once, you can either use Azure AD PowerShell scripts or the Microsoft 365 admin center's bulk update via CSV. Dynamic groups only help manage group membership based on user attributes; they do not alter user properties themselves, and manually updating each user does not fulfill the requirement of a single, efficient operation.
- A. Correct.
Azure AD PowerShell supports batch scripting to modify attributes such as usage location for several users simultaneously
- B. Incorrect.
Selecting each user individually does not meet the requirement of a single operation for all 50 users
- C. Correct.
The Microsoft 365 admin center allows for bulk updates using a CSV file, enabling a single operation for multiple users
- D. Incorrect.
Dynamic groups cannot set user attributes; they only assign membership based on existing attributes