Cannot delete the distribution group in Exchange online admin center

SC 146 Reputation points
2021-09-30T09:32:08.887+00:00

Hi,
I cannot delete the distribution group in Exchange online admin center.

I also cannot edit this group.

And group is not displayed in the Azure Active Directory admin center.

Can you please write me suggestions on how to delete a group?

Thank you in advance.

136646-group-delete.png

136671-group-edit.png

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,173 questions
0 comments No comments
{count} votes

Accepted answer
  1. Marco Schiavon 711 Reputation points
    2021-09-30T15:02:29.953+00:00

    Ok, at this point you need to open a ticket with Microsoft (click the "?" In the low right corner and open a ticket).
    It seems a "orphaned" description on GUI...
    Very strange.

    M.

    1 person found this answer helpful.

6 additional answers

Sort by: Most helpful
  1. Marco Schiavon 711 Reputation points
    2021-09-30T12:32:11.927+00:00

    well, try to connect to your tenant trought powershell and do this.. :

    Get-MsolGroup cmdlet to get the GUID <= find the group

    Remove-MsolGroup -ObjectId <GUID> -Force.

    See my screenshot.
    136650-screenshot-2021-09-30-at-143114.jpg

    1 person found this answer helpful.

  2. Marco Schiavon 711 Reputation points
    2021-09-30T10:04:17.523+00:00

    Is your enviroment synced with AAD Connect? Do you have an Exchange OnPrem in Hybrid mode or not?

    Marco


  3. Marco Schiavon 711 Reputation points
    2021-09-30T11:48:33.89+00:00

    Yes, from Exchange console, execute this command :
    Get-HybridConfiguration | fl

    see this guide :
    check-if-my-environment-is-hybrid


  4. Marco Schiavon 711 Reputation points
    2021-09-30T14:26:49.457+00:00

    You need to use an account (Office 365) that has Global Administrator role in tenant.

    Try to login with a user with this right.

    M.