Creating dynamic groups
In this section, we will build dynamic group memberships for different purposes, such as licensing or granting application access. We will divide this section into three main parts:
Using on premise groups for assigning licenses
Using PowerShell to assign Office 365 licenses based on groups
Using groups for application access assignment
Tip
You also have the option to use a custom Active Directory Attribute; see the following link to the solution: http://bit.ly/2afrAan.
With the following configurations you can access the capabilities of group management in a hybrid identity and access management infrastructure. Let's start!
Using on premise groups for assigning licenses
First of all, we need to identify the different licenses that are available on our Azure tenant. Basically, we do this with the following procedure:
Open PowerShell.
Use
Connect-MsolService
to connect to your Azure AD tenant with your Global Administrator account.With
Get-MsolAccountSku
you will receive the...