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