Skip to main content

spo tenant applicationcustomizer list

Retrieves a list of application customizers that are installed tenant-wide

Usage

m365 spo tenant applicationcustomizer list [options]

Options

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

Remarks

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

Examples

Retrieves a list of application customizers.

m365 spo tenant applicationcustomizer list

Response

[
{
"FileSystemObjectType": 0,
"Id": 8,
"ServerRedirectedEmbedUri": null,
"ServerRedirectedEmbedUrl": "",
"ContentTypeId": "0x00693E2C487575B448BD420C12CEAE7EFE",
"Title": "HelloWorld",
"Modified": "2023-05-21T14:31:30Z",
"Created": "2023-05-21T14:31:30Z",
"AuthorId": 9,
"EditorId": 9,
"OData__UIVersionString": "1.0",
"Attachments": false,
"GUID": "23951a41-f613-440e-8119-8f1e87df1d1a",
"OData__ColorTag": null,
"ComplianceAssetId": null,
"TenantWideExtensionComponentId": "d54e75e7-af4d-455f-9101-a5d906692ecd",
"TenantWideExtensionComponentProperties": "{\"testMessage\":\"Test message\"}",
"TenantWideExtensionWebTemplate": null,
"TenantWideExtensionListTemplate": 0,
"TenantWideExtensionLocation": "ClientSideExtension.ApplicationCustomizer",
"TenantWideExtensionSequence": 0,
"TenantWideExtensionHostProperties": null,
"TenantWideExtensionDisabled": false
}
]
CTRL + M