In Microsft Team, I have deleted a team from Microsoft Team Client by mistake that deleted automatically the Microsoft 365 group and the SharePoint site.
How I can restore back the deleted teams in Microsoft Teams?
Yes, you can restore a deleted team in Microsoft Teams for 30 days from the deletion date. after that, the deleted team can't be restored!
Note By default, the deleted team will be retained for 30 days ("soft-delete"). After 30 days, the Team and its associated contents are deleted and cannot be restored permanently. It's recommended to first archive the out-of-use Teams before taking the decision to delete it, then when you're sure that you no longer need the team, you can delete it.
Note
("soft-delete")
To restore a deleted Team in Microsoft Teams, you have two options:
Note: You need Team Service Administrator permission to be able to restore deleted Teams. Read also, Microsoft Teams Admin Roles.
Azure Active Directory
Manage
Groups
Deleted Groups
Restore Group
Teams
Note: In some cases, it may take as long as 24 hours for the group and all of its data to be restored. but in my case, it took a few minutes to be restored in Microsoft Teams App.
Run the below cmdlet to install the AzureADPreview module.
AzureADPreview
Install-Module AzureADPreview
Type the below cmdlet to connect to Azure Active Directory.
Connect-AzureAD
Type the below cmdlet to list all deleted teams/groups
Get-AzureADMSDeletedGroup
Now, run the below cmdlet with the corresponding group ID to restore it.
group ID
Restore-AzureADMSDeletedDirectoryObject -Id [Team ID]
1.1k questions
673 answers
454 comments
193k users
Related Activities
Categories
Most popular tags