In this blog you will see how to get the deleted site collection properties that is in the recycle bin from SharePoint Online using Powershell.
Syntax:
Connect-SPOService -Url https://c986-admin.sharepoint.com/ -credential [email protected]
Get-SPODeletedSite -Identity https://c986.sharepoint.com/sites/vijaitestsite
Output:
Returns the properties for the deleted site collection that is in the recycle bin.


JeanPosted Mar 2, 2020, 12:08 PM
Hi Vijai, Is there any way to find how was the site deleted? (i am trying to find out how the user deleted the site)
Sreeram MUNIRAJAPosted Jun 1, 2018, 8:17 AM
Hi, How to get the list deleted sub sites in Office 365 SharePoint 2013 online?