Forum Discussion

Michał Kiełtyka's avatar
Michał Kiełtyka
Copper Contributor
Sep 06, 2017
Solved

I can't receive any e-mails on Office 365 group's e-mail address and can't even delete the group

Few days ago, I created an Office 365 group. I can't receive any e-mails on that group's e-mail address. When I send something from my private e-mail I get response from postmaster@airly.eu which say...
  • Michał Kiełtyka's avatar
    Michał Kiełtyka
    Sep 06, 2017

    Thank you for your answers. The problem has been solved with help from Microsoft Support.

    For anyone experiencing the same, execute these commands in Windows Azure Active Directory:

    Set-ExecutionPolicy Unrestricted -Force
    $User = Get-Credential
    Connect-MsolService -Credential $User
    
    Get-MsolGroup
    Remove-MsolGroup -ObjectID d7e7f7g7-a6a6-4444-b9c9-h1g2f3e4d5c6

    Where d7e7f7g7-a6a6-4444-b9c9-h1g2f3e4d5c6 is just an example of ObjectID of the bugged group shown on the list from the previous command.

Resources