Share via

Restoring Microsoft Teams

Anonymous
2018-12-21T21:47:25+00:00

I have deleted one of my Teams accidentally that runs my total Helpdesk and it is a busy weekend!! Would anybody be able to advise me how o restore it? I am really struggling and the panic doesn't help!!

I am the (useless) administrator!!

Many Thanks.

Microsoft 365 and Office | Install, redeem, activate | For home | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2018-12-22T02:25:16+00:00

Hi Hugocoffee,

To restore the deleted Team in Microsoft Teams, please follow the steps below:

  1. Launch PowerShell as an administrator (Click Start > insert PowerShell, right click Windows PowerShell, click Run as administrator).
  2. Insert Install-Module AzureADPreview to install AzureADPreview module.
  3. Insert Connect-AzureAD to connect to Azure AD. When prompted, sign in with your account.
  4. Once you signed in, you will see the following:

  1. Insert Get-AzureADMSDeletedGroup to display all deleted Office 365 groups.
  2. Find the group you wish to restore, and copy the id from the Id column to the clipboard. Next, to restore the deleted group type the following where [ID] is the Id of the group and press Enter:

Restore-AzureADMSDeletedDirectoryObject -Id [ID]

  1. Verify group was restored successfully by typing the following command, where [ID] is the ID of the group you restored:

Get-AzureADGroup -ObjectId [ID]

Note: The process of restoring an Office 365 group and thus restoring the team in Microsoft Teams can take up to 24 hours.

Regards,

Tisky

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2018-12-25T06:27:48+00:00

    Hi Hugocoffee,

    Have you tried the steps above to restore the deleted Microsoft Team?

    Regards,

    Tisky

    Was this answer helpful?

    0 comments No comments