Skip to main content

spo tenant commandset list

Retrieves a list of ListView Command Sets that are installed tenant-wide

Usage

m365 spo tenant commandset 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 ListView Command Sets that are installed tenant-wide. To retrieve a list of ListView Command Sets added to a specific site, view our dedicated spo commandset list command.

Examples

Retrieves a list of ListView Command Sets.

m365 spo tenant commandset list

Response

[
{
"FileSystemObjectType": 0,
"Id": 1,
"ServerRedirectedEmbedUri": null,
"ServerRedirectedEmbedUrl": "",
"ContentTypeId": "0x00DBF24546DE6018449BB43573F3581BF0",
"Title": "HelloWorld",
"Modified": "2024-05-16T21:28:51Z",
"Created": "2024-05-16T21:28:51Z",
"AuthorId": 9,
"EditorId": 9,
"OData__UIVersionString": "1.0",
"Attachments": false,
"GUID": "bd123dcd-37b8-4981-aa4e-1aab50a66688",
"OData__ColorTag": null,
"ComplianceAssetId": null,
"TenantWideExtensionComponentId": "53dd6a38-1461-44e0-9bf0-14883316a316",
"TenantWideExtensionComponentProperties": "{\"sampleTextOne\":\"One item is selected in the list.\", \"sampleTextTwo\":\"This command is always visible.\"}",
"TenantWideExtensionWebTemplate": null,
"TenantWideExtensionListTemplate": 100,
"TenantWideExtensionLocation": "ClientSideExtension.ListViewCommandSet.CommandBar",
"TenantWideExtensionSequence": 0,
"TenantWideExtensionHostProperties": null,
"TenantWideExtensionDisabled": false
}
]
CTRL + M