Microsoft 365 Administrator — Question 309
Your network contains an Active Directory domain named adatum.com that is synced to a Microsoft Entra tenant.
The domain contains 100 user accounts.
The city attribute for all the users is set to the city where the user resides.
You need to modify the value of the city attribute to the three-letter airport code of each city.
What should you do?
Answer options
- A. From Azure Cloud Shell, run the Get-ADUser and Set-ADUser cmdlets.
- B. From Azure Cloud Shell, run the Get-MsolUser and Set-Msoluser cmdlets.
- C. From Windows PowerShell on a domain controller, run the Get-MgUser and Update-MgUser cmdlets.
- D. From Active Directory Administrative Center, select the Active Directory users, and then modify the Properties settings.
Correct answer: D
Explanation
The correct option D allows for direct manipulation of user attributes within the Active Directory Administrative Center, making it suitable for bulk updates like changing the city attribute to airport codes. Options A and C involve cmdlets that are not specifically designed for modifying attributes in a synced environment, while option B pertains to a different user management context that is not directly applicable here.