
Answer-first summary for fast verification
Answer: Use a PowerShell script to update the group properties and manage membership, ensuring no disruption to existing members.
Using a PowerShell script allows for batch processing of group properties and membership updates, which is more efficient and less prone to errors than manual updates through the portal. This method ensures that all changes are made consistently and without disrupting the access of existing members.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are tasked with managing the properties of a group in Microsoft Entra ID, including updating its name, description, and membership. The group is critical for access to a specific application, and you need to ensure that the changes do not disrupt the access of existing members. What is the most efficient and secure way to update the group properties and manage its membership?
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, ensuring no disruption to existing members.
D
Delegate the task to another admin to handle the updates.