spo site appcatalog list¶
List all site collection app catalogs within the tenant
Usage¶
m365 spo site appcatalog list [options]
Options¶
-h, --help [help]
- Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options
,examples
,remarks
,response
,full
. Default isfull
. --query [query]
- JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
- Output type.
json,text,csv,md
. Defaultjson
--verbose
- Runs command with verbose logging
--debug
- Runs command with debug logging
Remarks¶
Important
To use this command you need to have at least read permissions on the SharePoint root site.
Examples¶
List all site collection app catalogs within the tenant
m365 spo site appcatalog list
Response¶
[
{
"AbsoluteUrl": "https://contoso.sharepoint.com/sites/site1",
"ErrorMessage": "Success",
"SiteID": "9798e615-b586-455e-8486-84913f492c49"
}
]
AbsoluteUrl SiteID
--------------------------------------------------- ------------------------------------
https://contoso.sharepoint.com/sites/site1 9798e615-b586-455e-8486-84913f492c49
AbsoluteUrl,SiteID
https://contoso.sharepoint.com/sites/site1,9798e615-b586-455e-8486-84913f492c49