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 toAll
-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 isfull
.--query [query]
JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]
Output type.
json
,text
,csv
,md
. Defaultjson
.--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
Response
- JSON
- Text
- CSV
- Markdown
[
{
"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"
}
]
Name Location Scope Id
-------------------------------------- ----------------------------------------- ----- ------------------------------------
{f405303c-6048-4636-9660-1b7b2cadaef9} ClientSideExtension.ApplicationCustomizer 3 f405303c-6048-4636-9660-1b7b2cadaef9
Name,Location,Scope,Id
{f405303c-6048-4636-9660-1b7b2cadaef9},ClientSideExtension.ApplicationCustomizer,3,f405303c-6048-4636-9660-1b7b2cadaef9
# spo applicationcustomizer list --webUrl "https://contoso.sharepoint.com"
Date: 28/2/2023
## NewsTicker (f405303c-6048-4636-9660-1b7b2cadaef9)
Property | Value
---------|-------
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