Skip to main content

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 is options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--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

{
"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"
}

More information