spo site appcatalog list
List all site collection app catalogs within the tenant
Usage
m365 spo site appcatalog list [options]
Options
--excludeDeletedSites [excludeDeletedSites]
Exclude site collections that are no longer active
-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.
Remarks
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
List all site collection app catalogs within the tenant and exclude deleted sites.
m365 spo site appcatalog list --excludeDeletedSites
Response
- JSON
- Text
- CSV
- Markdown
[
{
"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
# spo site appcatalog list
Date: 2023-06-21
Property | Value
---------|-------
AbsoluteUrl | https://contoso.sharepoint.com/sites/site1
SiteID | 9798e615-b586-455e-8486-84913f492c49