SharePoint Online Management Shell: Restore-SPODeletedSite

In this blog you will see how to restore the deleted site collection from SharePoint Online recycle bin using Powershell.

Syntax:

Connect-SPOService -Url https://c986-admin.sharepoint.com/ -credential [email protected]

Restore-SPODeletedSite -Identity https://c986.sharepoint.com/sites/vijaitestsite

Output:

Restores the deleted site collection from SharePoint Online recycle bin.