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…
In my previous blog post, I explained how we can manage Azure AD users by using Azure Active Directory PowerShell for Graph module. In there I also shared many examples. You can access it via http://www.rebeladmin.com/2019/05/step-step-guide-manager-users-using-azure-active-directory-powershell-graph-module/
In this blog post I am going to show how we can manage Groups, using same…
In this series of articles, it which will explain how to use PowerShell to manage your Azure Active Directory instance. In Part 01, I am going to show how to connect with Azure Active Directory using PowerShell and show actions of some day to day operation related commands.
In order to use PowerShell with Azure Active Directory, first we need to install Azure Active Directory Module in local…
Azure Active Directory management experience now in preview. This is very big step as now in one place you can management all your azure active directory related functions. Previously we had to move through few screens to access different AD related functions. For example, if I need to access identity management or Azure AD connect health both functions are in different pages. Navigation was…