Get information about the specified site collection.
- command:
spo site get -u|--url <url>
url of the site to retrieve information for
- requires connection to the tenant admin site
This command works for both classic and modern sites. The information about the specified site can be retrieved by mimicking the Tenant.GetSitePropertiesByUrl(url,bool) call. The second value in the GetSitePropertiesByUrl() method doesn't have any effect on the returned data set.
Get information about the specified site collection.
spo site get -u|--url <url>urlof the site to retrieve information forThis command works for both classic and modern sites. The information about the specified site can be retrieved by mimicking the Tenant.GetSitePropertiesByUrl(url,bool) call. The second value in the GetSitePropertiesByUrl() method doesn't have any effect on the returned data set.