spo homesite get
Gets information about a home site
Usage
m365 spo homesite get [options]
Options
-u, --url <url>
URL of the home site.
-h, --help [help]
Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options
,examples
,remarks
,permissions
,response
,full
. Default isoptions
.--query [query]
JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]
Output type.
json
,text
,csv
,md
,none
. Defaultjson
.--verbose
Runs command with verbose logging.
--debug
Runs command with debug logging.
Examples
Get information about a home site.
m365 spo homesite get --url https://contoso.sharepoint.com/sites/Home
Response
- JSON
- Text
- CSV
- Markdown
{
"Audiences": [
{
"Email": "Marketing@contoso.onmicrosoft.com",
"Id": "contoso73155a8f-4db7-42e7-baf4-c724d24bf373",
"Title": "Marketing Members"
}
],
"IsInDraftMode": false,
"IsVivaBackendSite": false,
"SiteId": "e16a5a81-67fb-4a5e-a959-1f33ae44c69f",
"TargetedLicenseType": 0,
"Title": "Home",
"Url": "https://contoso.sharepoint.com/",
"VivaConnectionsDefaultStart": false,
"WebId": "2779dcbb-fae0-4b0c-a845-89ab4c941fab"
}
Audiences : [{"Email":"Marketing@contoso.onmicrosoft.com","Id":"contoso73155a8f-4db7-42e7-baf4-c724d24bf373","Title":"Marketing Members"}]
IsInDraftMode : false
IsVivaBackendSite : false
SiteId : e16a5a81-67fb-4a5e-a959-1f33ae44c69f
TargetedLicenseType : 0
Title : Home
Url : https://contoso.sharepoint.com/
VivaConnectionsDefaultStart: false
WebId : 2779dcbb-fae0-4b0c-a845-89ab4c941fab
IsInDraftMode,IsVivaBackendSite,SiteId,TargetedLicenseType,Title,Url,VivaConnectionsDefaultStart,WebId
0,0,e16a5a81-67fb-4a5e-a959-1f33ae44c69f,0,Home,https://contoso.sharepoint.com/,0,2779dcbb-fae0-4b0c-a845-89ab4c941fab
# spo homesite get --url "https://contoso.sharepoint.com"
Date: 23/08/2025
## Home (https://contoso.sharepoint.com/)
Property | Value
---------|-------
IsInDraftMode | false
IsVivaBackendSite | false
SiteId | e16a5a81-67fb-4a5e-a959-1f33ae44c69f
TargetedLicenseType | 0
Title | Home
Url | https://contoso.sharepoint.com/
VivaConnectionsDefaultStart | false
WebId | 2779dcbb-fae0-4b0c-a845-89ab4c941fab
More information
- SharePoint home sites: a landing for your organization on the intelligent intranet: https://techcommunity.microsoft.com/t5/Microsoft-SharePoint-Blog/SharePoint-home-sites-a-landing-for-your-organization-on-the/ba-p/621933