Access company templates & images anywhere with Office 365

Описание к видео Access company templates & images anywhere with Office 365

Users can access company templates and assets from anywhere, including working from home, using desktop or online apps.

This video will show you how to add your templates and assets to the "Content Delivery Network" allowing fast access to templates, logos, pictures and other and branding assets. No more struggling with Network shared drives, synced libraries, or emailing templates between users. They can access them, as and when they need them.


PowerShell Code:
Install-Module -Name Microsoft.Online.SharePoint.PowerShell

Connect-SPOService "https://yourtenancy-admin.sharepoint.com"
Replace 'yourtenancy' wit the name of your office 365 tenancy.

Add-SPOOrgAssetsLibrary -LibraryUrl "" -OrgAssetType OfficeTemplateLibrary -CdnType Private
Place between the quotes of the LibraryUrl parameter the URL to your library or folder containing the office templates.

Add-SPOOrgAssetsLibrary -LibraryUrl "" -OrgAssetType ImageDocumentLibrary -CdnType Private
Place between the quotes of the LibraryUrl parameter the URL to your library containing the image assets.

Learn more about applying Organisation assets:
https://docs.microsoft.com/en-us/shar...

Learn more about CDN:
https://docs.microsoft.com/en-us/micr...

Комментарии

Информация по комментариям в разработке