Restore deleted Office 365 SharePoint group site

If you accidentally delete a SharePoint Online group site, use below script to restore it using SharePoint Online Management Shell.

Unfortunately, the deleted group sites are not available in the recycle bin. But you can restore the site using PowerShell script.

Restore deleted Office 365 SharePoint group site
//Connect to Offcie 365 (you will require admin rights)
Connect-SPOService -url https://company-admin.sharepoint.com

//Get list of deleted sites
Get-SPODeletedSite

//Restore the required site
Restore-SPODeletedSite -identity https://deleted-site-link

This is not an AI-generated article but is demonstrated by a human.

Please support independent contributors like Code2care by donating a coffee.

Buy me a coffee!

Buy Code2care a Coffee!

Comments & Discussion

Facing issues? Have questions? Post them here! We're happy to help!