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


















Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap