Get-SPOTenantCdnEnabled
Returns whether Public content delivery network (CDN) or Private CDN is enabled on the tenant level. Requires Tenant administrator permissions.
PowerShell
Get-SPOTenantCdnEnabled
-CdnType <SPOTenantCdnType>
[<CommonParameters>]
Returns whether Public content delivery network (CDN) or Private CDN is enabled on the tenant level.
PowerShell
Get-SPOTenantCdnEnabled -CdnType Public
The example returns a CDN with a type of public.
Specifies the CDN type. The valid values are Public or Private.
Type: | SPOTenantCdnType |
Accepted values: | Public, Private |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
None
System.Object