Skip to content

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. Default Web
-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 is full.
--query [query]
JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
Output type. json,text,csv,md. Default json
--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