So far in Azure Active Directory, if we need to add members to a group, we have to go through a few steps.
To remove members from a group, we have to select members manually and then remove it.
This process is still okay for small scale changes. But if it is large scale change, it will take time. Also, engineers can make mistakes by selecting the wrong users. Microsoft now allows us to add and remove users based on CSV files. This is still in the preview stage but it is not too early to test. In this demo, I am going to demonstrate how we can add/remove Azure AD group members using CSV files.
Add Members
To add members to Azure AD group using the new CSV method,
1. Log in to Azure Portal (https://portal.azure.com) as Global Administrator or Group Owner.
2. Go to Azure Active Directory | Groups
3. In this demo, I am going to add users to "Leadership" group. So, I went ahead and click on it. [Read more…] about Step-by-Step Guide: Bulk import/remove group members from Azure Active Directory (Public Preview)