Skip to content

spo orgassetslibrary add

Promotes an existing library to become an organization assets library

Usage

m365 spo orgassetslibrary add [options]

Options

--libraryUrl <libraryUrl>
The URL of the library to promote.
--thumbnailUrl <thumbnailUrl>
The URL of the thumbnail to render.
--cdnType [cdnType]
Specifies the CDN type. Allowed values Public, Private. Default Private.
-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 full.
--query [query]
JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
Output type. json,text,csv,md. Default json
--verbose
Runs command with verbose logging
--debug
Runs command with debug logging

Remarks

Important

To use this command you have to have permissions to access the tenant admin site.

Examples

Promotes an existing library to become an organization assets library

m365 spo orgassetslibrary add --libraryUrl "https://contoso.sharepoint.com/SiteAssets"

Promotes an existing library to become an organization assets library with Thumbnail

m365 spo orgassetslibrary --libraryUrl "https://contoso.sharepoint.com/SiteAssets" --thumbnailUrl "https://contoso.sharepoint.com/assets/logo.png"

Response

The command won't return a response on success.