
Answer-first summary for fast verification
Answer: Create a PowerShell script that uses the AzureAD module to update the properties of all groups.
Option B is the correct answer. Creating a PowerShell script using the AzureAD module allows for automation and consistency when updating the properties of groups. This approach is more efficient than manually updating each group. While the Microsoft Graph API and custom applications can also be used, they may require additional development effort and may not provide the same level of simplicity and ease of use as a PowerShell script. The Azure AD Graph API is deprecated and should not be used for new development.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your organization has a complex hierarchy of groups in Azure AD, and you need to manage the properties of these groups, such as their descriptions and membership. You also need to ensure that the group properties are consistent across all groups. What approach should you take to achieve this?
A
Manually update the properties of each group through the Azure portal.
B
Create a PowerShell script that uses the AzureAD module to update the properties of all groups.
C
Use the Microsoft Graph API to update the properties of all groups.
D
Create a custom application that uses the Azure AD Graph API to update the properties of all groups.
No comments yet.