Create a new Azure AD Group
You can use the Active Roles Management Shell to create a new user. To create a new group, on the Management Shell interface, run the new-qadGroup cmdlet. Use this cmdlet with the additional Boolean parameter AzureOffice365Enabled and AzureAssociateTenantId to create and enable a new Azure AD group.
For more information on creating a new Azure AD group using the Management Shell interface, see the Active Roles Management Shell Help.
Update the Azure AD Group
Update the Azure AD Group properties
You can use the Active Roles Management Shell to modify attributes of an Azure AD user in Active Directory. On the Management Shell interface, run the Set-QADGroup cmdlet.
For more information on modifying an Azure AD user using the Management Shell interface, see the Active Roles Management Shell Help.
Delete an Azure AD group
You can use the Active Roles Management Shell to delete an Azure AD group. To delete an Azure AD group, on the Management Shell interface, run the remove-QADObject cmdlet.
For more information on deleting a group from Azure AD using the Management Shell interface, see the Active Roles Management Shell Help.
Add a member to Azure AD Group
You can use the Active Roles Management Shell to add a member to the Azure AD group. To add a member to an Azure AD group, on the Management Shell interface, run the Add-QADGroupMember cmdlet.
For more information on adding a member to an Azure AD group using the Management Shell interface, see the Active Roles Management Shell Help.