
Explanation:
Using a PowerShell script allows for automation and efficiency in creating a new security group, assigning licenses, and setting up group-based access control. This method ensures consistency and reduces the time required for manual interventions, making the process more scalable and manageable.
Ultimate access to all questions.
No comments yet.
You are tasked with creating a new security group in Microsoft Entra ID for a specific project team. This group will be used to manage access to project-related resources and applications. Describe the detailed steps you would take to create this group, assign the necessary licenses, and ensure that only authorized users are added to the group.
A
Create the group manually in the Azure portal, assign licenses one by one, and manually verify each user's authorization.
B
Use a PowerShell script to create the group, assign licenses based on a predefined template, and set up group-based access control.
C
Delegate the group creation to a junior admin, who will then assign licenses and manage user additions.
D
Create the group in Active Directory and sync with Azure, then manually assign licenses and manage user additions in Azure.