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.