
Answer-first summary for fast verification
Answer: Use a PowerShell script to update the group properties and manage membership.
Using a PowerShell script allows for batch processing of group properties and membership updates, which is more efficient than manual updates through the portal. This method ensures that all changes are made consistently and can be easily audited or rolled back if necessary.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You need to manage the properties of a group in Microsoft Entra ID, including changing its name, updating its description, and modifying its membership. What is the most efficient way to perform these tasks while ensuring that the group's permissions and access remain consistent?
A
Delete the group and recreate it with the new properties and members.
B
Manually update each property and member through the Azure portal.
C
Use a PowerShell script to update the group properties and manage membership.
D
Delegate the task to another admin to handle the updates.
No comments yet.