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.
Remove a member from Azure AD Group
You can use the Active Roles Management Shell to remove a member from the Azure AD group. To remove a member from an Azure AD group, on the Management Shell interface, run the Remove-QADGroupMember cmdlet.
For more information on removing a member from an Azure AD group using the Management Shell interface, see the Active Roles Management Shell Help.
Managing Office 365 Groups
Active Roles supports CRUD (create, read, update and delete) operations for Office 365 (O365) groups and also lets you specify owners and add/remove members to or from existing O365 groups in your organization.
O365 groups facilitate teamwork within an organization by providing the same set of permissions to (guest) users, allowing you to provide access efficiently to various shared resources (such as a common Microsoft Outlook inbox and calendar, a shared OneNote notebook, or other Microsoft 365 resources). For more information on O365 groups, see Overview of Microsoft 365 Groups for administrators in the Microsoft 365 documentation.
You can administer O365 groups either via the Active Roles Web Interface or through the Active Roles Management Shell.