spo web clientsidewebpart list
Lists available client-side web parts
Usage
m365 spo web clientsidewebpart list [options]
Options
-u, --webUrl <webUrl>
URL of the site for which to retrieve the information
-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.
Examples
Lists all the available client-side web parts for the specified site
m365 spo web clientsidewebpart list --webUrl https://contoso.sharepoint.com
Response
- JSON
- Text
- CSV
- Markdown
[
{
"Id": "9cc0f495-db64-4d74-b06b-a3de16231fe1",
"Name": "9cc0f495-db64-4d74-b06b-a3de16231fe1",
"Title": "Dashboard for Viva Connections"
}
]
Id Name Title
------------------------------------ ------------------------------------ ------------------------------
9cc0f495-db64-4d74-b06b-a3de16231fe1 9cc0f495-db64-4d74-b06b-a3de16231fe1 Dashboard for Viva Connections
Id,Name,Title
9cc0f495-db64-4d74-b06b-a3de16231fe1,9cc0f495-db64-4d74-b06b-a3de16231fe1,Dashboard for Viva Connections
# spo web clientsidewebpart list --webUrl "https://contoso.sharepoint.com"
Date: 4/10/2023
## Dashboard for Viva Connections (9cc0f495-db64-4d74-b06b-a3de16231fe1)
Property | Value
---------|-------
Id | 9cc0f495-db64-4d74-b06b-a3de16231fe1
Name | 9cc0f495-db64-4d74-b06b-a3de16231fe1
Title | Dashboard for Viva Connections