Skip to content

New command: spo tenant applicationcustomizer get #4243

@martinlingstuyl

Description

@martinlingstuyl

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions