Get-SPODeletedSite using PowerShell in SharePoint

Syntax

This example returns the properties for the deleted site collection “http://gauti.sharepoint.com/sites/marketing” that is in the Recycle Bin
  1. Get-SPODeletedSite [-IncludePersonalSite <SwitchParameter>] <COMMON PARAMETERS>  
Example
  1. Get-SPODeletedSite -Identity http://contoso.sharepoint.com/sites/marketing 
Thanks for reading my blogs!!!