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 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.
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.
Examples
Retrieves a list of application customizers.
m365 spo applicationcustomizer list --webUrl https://contoso.sharepoint.com/sites/sales
Response
- JSON
- Text
- CSV
- Markdown
[
{
"ClientSideComponentId": "9a8b100c-246b-4592-9454-67826523e159",
"ClientSideComponentProperties": "{\"testMessage\":\"Test message\"}",
"CommandUIExtension": null,
"Description": null,
"Group": null,
"HostProperties": "",
"Id": "4a428b32-08cf-45c7-9986-17585af38806",
"ImageUrl": null,
"Location": "ClientSideExtension.ApplicationCustomizer",
"Name": "{4a428b32-08cf-45c7-9986-17585af38806}",
"RegistrationId": null,
"RegistrationType": 0,
"Rights": {
"High": 0,
"Low": 0
},
"Scope": 3,
"ScriptBlock": null,
"ScriptSrc": null,
"Sequence": 65536,
"Title": "HelloWorld",
"Url": null,
"VersionOfUserCustomAction": "1.0.1.0"
}
]
Id Location Name Scope
------------------------------------ ----------------------------------------- -------------------------------------- -----
4a428b32-08cf-45c7-9986-17585af38806 ClientSideExtension.ApplicationCustomizer {4a428b32-08cf-45c7-9986-17585af38806} 3
ClientSideComponentId,ClientSideComponentProperties,CommandUIExtension,Description,Group,HostProperties,Id,ImageUrl,Location,Name,RegistrationId,RegistrationType,Scope,ScriptBlock,ScriptSrc,Sequence,Title,Url,VersionOfUserCustomAction
9a8b100c-246b-4592-9454-67826523e159,"{""testMessage"":""Test message""}",,,,,4a428b32-08cf-45c7-9986-17585af38806,,ClientSideExtension.ApplicationCustomizer,{4a428b32-08cf-45c7-9986-17585af38806},,0,3,,,65536,HelloWorld,,1.0.1.0
# spo applicationcustomizer list --webUrl "https://contoso.sharepoint.com/sites/Marketing"
Date: 16/05/2024
## HelloWorld (4a428b32-08cf-45c7-9986-17585af38806)
Property | Value
---------|-------
ClientSideComponentId | 9a8b100c-246b-4592-9454-67826523e159
ClientSideComponentProperties | {"testMessage":"Test message"}
HostProperties |
Id | 4a428b32-08cf-45c7-9986-17585af38806
Location | ClientSideExtension.ApplicationCustomizer
Name | {4a428b32-08cf-45c7-9986-17585af38806}
RegistrationType | 0
Scope | 3
Sequence | 65536
Title | HelloWorld
VersionOfUserCustomAction | 1.0.1.0