spo storageentity list
Lists tenant properties stored on the specified SharePoint Online app catalog
Usage
m365 spo storageentity list [options]
Options
-u, --appCatalogUrl <appCatalogUrl>
URL of the app catalog 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
,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
Tenant properties are stored in the app catalog site. To list all tenant properties, you have to specify the absolute URL of the app catalog site. If you specify an incorrect URL, or the site at the given URL is not an app catalog site, no properties will be retrieved.
Examples
List all tenant properties stored in the https://contoso.sharepoint.com/sites/appcatalog app catalog site
m365 spo storageentity list -u https://contoso.sharepoint.com/sites/appcatalog
Response
- JSON
- Text
- CSV
- Markdown
[
{
"Key": "AnalyticsId",
"Value": "123",
"Description": "Web analytics ID",
"Comment": "Use on all sites"
}
]
Key Value Description Comment
---------------------------------- ------------------------------------------------------------------ ------------------------------------ ----------------
AnalyticsId 123 Web analytics ID Use on all sites
Key,Value,Description
AnalyticsId,123,Web analytics ID
# spo storageentity list --appCatalogUrl "https://contoso.sharepoint.com/sites/apps"
Date: 2023-06-22
Property | Value
---------|-------
Key | AnalyticsId
Value | 123
Description | Web analytics ID
Comment | Use on all sites
More information
- SharePoint Framework Tenant Properties: https://learn.microsoft.com/sharepoint/dev/spfx/tenant-properties