spo feature list
Lists Features activated in the specified site or site collection
Usage
m365 spo feature list [options]
Options
-u, --webUrl <webUrl>
URL of the site (collection) to retrieve the activated Features from
-s, --scope [scope]
Scope of the Features to retrieve. Allowed values
Site,Web
. DefaultWeb
-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.
Examples
Return details about Features activated in the specified site collection
m365 spo feature list --webUrl https://contoso.sharepoint.com/sites/test --scope Site
Return details about Features activated in the specified site
m365 spo feature list --webUrl https://contoso.sharepoint.com/sites/test --scope Web
Response
- JSON
- Text
- CSV
- Markdown
[
{
"DefinitionId": "3019c9b4-e371-438d-98f6-0a08c34d06eb",
"DisplayName": "TenantSitesList"
}
]
DefinitionId DisplayName
------------------------------------ ------------------------
3019c9b4-e371-438d-98f6-0a08c34d06eb TenantSitesList
DefinitionId,DisplayName
3019c9b4-e371-438d-98f6-0a08c34d06eb,TenantSitesList
# spo feature list --webUrl "https://contoso.sharepoint.com/sites/test" --scope "Site"
Date: 10/3/2023
## TenantSitesList
Property | Value
---------|-------
DefinitionId | 3019c9b4-e371-438d-98f6-0a08c34d06eb
DisplayName | TenantSitesList