Usage
spo tenant applicationcustomizer get
Description
Get an application customizer that is installed tenant wide.
Options
| Option |
Description |
-t, --title [title] |
The title of the Application Customizer. Specify either title, id or clientSideComponentId. |
-i, --id [id] |
The product id of the Application Customizer. Specify either title, id or clientSideComponentId. |
-c, --clientSideComponentId [clientSideComponentId] |
The Client Side Component Id (GUID) of the application customizer. Specify either title, id or clientSideComponentId. |
Examples
Retrieves an application customizer by title.
m365 spo tenant applicationcustomizer get --title "Some customizer"
Retrieves an application customizer by id.
m365 spo tenant applicationcustomizer get --id 14125658-a9bc-4ddf-9c75-1b5767c9a337
Retrieves an application customizer by clientSideComponentId.
m365 spo tenant applicationcustomizer get --clientSideComponentId 7096cded-b83d-4eab-96f0-df477ed7c0bc
Additional Info
Returns the list item from the tenant wide extensions list.
Usage
spo tenant applicationcustomizer get
Description
Get an application customizer that is installed tenant wide.
Options
-t, --title [title]title,idorclientSideComponentId.-i, --id [id]title,idorclientSideComponentId.-c, --clientSideComponentId [clientSideComponentId]title,idorclientSideComponentId.Examples
Retrieves an application customizer by title.
m365 spo tenant applicationcustomizer get --title "Some customizer"Retrieves an application customizer by id.
Retrieves an application customizer by clientSideComponentId.
Additional Info
Returns the list item from the tenant wide extensions list.