Share via


Get-SPOTenantCdnPolicies

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

Syntax

Default (Default)

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

Applicable: SharePoint Online

Type of CDN on the current SPO Tenant (Public,Private)

Parameter properties

Type:Microsoft.Online.SharePoint.TenantAdministration.SPOTenantCdnType
Default value:None
Accepted values:Public, Private
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

System.Object