Skip to main content

spo applicationcustomizer list

Get a list of application customizers that are added to a site

Usage

m365 spo applicationcustomizer list [options]

Options

-u, --webUrl <webUrl>

The url of the site.

-s, --scope [scope]

Scope of the application customizers. Allowed values Site, Web, All. Defaults to All.

-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 options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Examples

Retrieves a list of application customizers.

m365 spo applicationcustomizer list --webUrl https://contoso.sharepoint.com/sites/sales

Remarks

This command can be used for retrieving a list of application customizers from a specific site. To retrieve a list of application customizers that are installed tenant-wide, view our dedicated spo tenant applicationcustomizer list command.

Response

[
{
"ClientSideComponentId": "4358e70e-ec3c-4713-beb6-39c88f7621d1",
"ClientSideComponentProperties": "{\"listTitle\":\"News\",\"listViewTitle\":\"Published News\"}",
"CommandUIExtension": null,
"Description": null,
"Group": null,
"HostProperties": "",
"Id": "f405303c-6048-4636-9660-1b7b2cadaef9",
"ImageUrl": null,
"Location": "ClientSideExtension.ApplicationCustomizer",
"Name": "{f405303c-6048-4636-9660-1b7b2cadaef9}",
"RegistrationId": null,
"RegistrationType": 0,
"Rights": {
"High": 0,
"Low": 0
},
"Scope": 3,
"ScriptBlock": null,
"ScriptSrc": null,
"Sequence": 65536,
"Title": "NewsTicker",
"Url": null,
"VersionOfUserCustomAction": "1.0.1.0"
}
]
CTRL + M