Forum Discussion
Organization assets library
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
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.
- Vertebre85May 08, 2020Iron Contributor
i have the same issue. Picture went fine, office template no
- Alireza RahimifaridMay 08, 2020Iron Contributor
- Vertebre85May 09, 2020Iron Contributor
Then the documentation is incorrect
https://docs.microsoft.com/en-us/sharepoint/organization-assets-library
Finally I manage to make it work, but only with office 365 pro plus
It doesn't work on Office 2016 ( maybe that the reason why it doesn't work for itsbrad )