Get-SPOTenantCdnAllowedFileTypes

 

Applies to: SharePoint Online

Returns a list of allowed extensions for each type of the content delivery network (CDN).

Syntax

Get-SPOTenantCdnAllowedFileTypes -CdnType <Public | Private>

Example

--------EXAMPLE 1--------

Get-SPOTenantCdnAllowedFileTypes -CdnType Public

The example returns a list of supported file types.

Detailed Description

The Get-SPOTenantCdnAllowedFileTypes cmdlet returns a collection of file extensions which are allowed to be retrieved by using the CDN.

Parameters

Parameter Required Type Description

CdnType

Required

Microsoft.Online.SharePoint.TenantAdministration.SPOTenantCdnType

Specifies the CDN type. The valid values are: Public or Private.