Users can't manage group synced from on-premises to Microsoft 365 in a hybrid environment

Original KB number:   4041533

Symptoms

Consider the following scenario:

In this scenario, users can't manage the groups.

Cause

This is default behavior because the local AD DS reads the permissions that are set on the local AD group. Because these users are not listed in the local AD permissions, they are unable to edit group membership.

Resolution

To resolve this issue, you may have to assign owner permissions to more than one user. Although the purely Microsoft 365 groups can have multiple owners set, the hybrid setup requires additional action:

Add permissions for the users who have to manage the groups from Exchange Management Shell:

Add-ADPermission -Identity "All Staff" -User UserName -AccessRights WriteProperty -Properties "Member"

For more information about this cmdlet, see Add-ADPermission.

You can use the following cmdlet to check permissions:

Get-ADPermission Contoso.com -User UserName

Note

If you receive an Access Denied error message when you run the Add-ADPermission cmdlet, see Access denied when you try to give user "send-as" or "receive as" permission for a Distribution Group in Exchange Server.

More information

Still need help? Go to Microsoft Community.