Muokkaa

Get-SPOTenantCdnPolicies

Get the public or private Policies applied on your SharePoint Online Tenant. Requires Tenant administrator permissions.

Syntax

Get-SPOTenantCdnPolicies
   -CdnType <SPOTenantCdnType>
   [<CommonParameters>]

Description

This cmdlet gets the public or private policies applied to a SharePoint Online organization tenant.

Examples

Example 1

Get-SPOTenantCdnPolicies -CdnType Public

This example returns public CDN policies of your tenant.

Example 2

Get-SPOTenantCdnPolicies -CdnType Private

This example returns private CDN policies of your tenant.

Parameters

-CdnType

Type of CDN on the current SPO Tenant (Public,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