Forum Discussion
itsbrad
May 05, 2020Iron Contributor
Organization assets library
I can create an organizational asset library using power shell without issue if my -Orgtype is the default "ImageDocumentLibrary,". If I try to create a Office Template library, with the below comma...
Alireza Rahimifarid
May 07, 2020Iron Contributor
Hello,
Please use Remove-SPOOrgAssetsLibrary to remove all and add the https://contoso.sharepoint.com/sites/branding/Assets/contosologo.jpg -OrgAssetType OfficeTemplateLibrary first
itsbrad
May 07, 2020Iron Contributor
Unfortunately this did not work for me
- Alireza RahimifaridMay 07, 2020Iron Contributor
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