Skip to main 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.

--orgAssetType [orgAssetType]

Specifies the type of organizational library. Allowed values ImageDocumentLibrary, OfficeTemplateLibrary, OfficeFontLibrary. Defaults to ImageDocumentLibrary.

-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

info

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

To enable CDN in your tenant use the spo cdn set command.

The document library on which you run the command must at least have read permissions for all users, except external users.

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"

Promotes an existing library to become an organization assets Office template library

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

Response

The command won't return a response on success.

CTRL + M