Forum Discussion
Organization assets library
You have to use this:
Add-SPOOrgAssetsLibrary -LibraryURL https://YourDomain.sharepoint.com/sites/branding/Office -OrgAssetType OfficeTemplateLibrary
- itsbradMay 07, 2020Iron ContributorThat's what I used, but it didn't work unfortunately
- Alireza RahimifaridMay 07, 2020Iron Contributor
No check the script that you mentioned in the original post
Here is the difference:
https://contoso.sharepoint.com/sites/branding/Assets/contosologo.jpg -OrgAssetType OfficeTemplateLibrary
https://contoso.sharepoint.com/sites/branding/Office -OrgAssetType OfficeTemplateLibrary
- itsbradMay 08, 2020Iron Contributor
Thanks for your insight Alireza Rahimifarid but you are actually reading the original post incorrectly. The full command I posted is:
"Add-SPOOrgAssetsLibrary -LibraryURL https://contoso.sharepoint.com/sites/branding/Assets -ThumbnailURL https://contoso.sharepoint.com/sites/branding/Assets/contosologo.jpg -OrgAssetType OfficeTemplateLibrary"
The above is all one long command it just doesn't fit in the post. If I even eliminate the thumbnail portion and only run:
"Add-SPOOrgAssetsLibrary -LibraryURL https://contoso.sharepoint.com/sites/branding/Assets -OrgAssetType OfficeTemplateLibrary"
I get the same result, a successful command but the library does not show up anywhere as a Template Library.
I have a support ticket open with Microsoft, they confirmed they were able to duplicate the issue and are testing.