In this blog you will see how to get the SharePoint Online site collection and its properties using Powershell.
Syntax:
Connect-SPOService -Url https://c986-admin.sharepoint.com/ -credential [email protected]
Get-SPOSite https://c986.sharepoint.com/
Result:
Returns the site collection and its properties.
Output: