spo feature list¶
Lists Features activated in the specified site or site collection
Usage¶
m365 spo feature list [options]
Options¶
-u, --url <url>
- 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
- output usage information
--query [query]
- JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
- Output type.
json,text
. Defaulttext
--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 --url https://contoso.sharepoint.com/sites/test --scope Site
Return details about Features activated in the specified site
m365 spo feature list --url https://contoso.sharepoint.com/sites/test --scope Web