Edit

Share via


Get-SPOTenantCdnOrigins

Lists all the configured origins under the tenancy or under a given site. You must be a SharePoint Online administrator to run this cmdlet.

Syntax

Default (Default)

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

Description

Lists all the configured origins under the tenancy or under a given site.

Examples

EXAMPLE 1

Get-SPOTenantCdnOrigins -CdnType Public

The example returns a list of origins from the Tenant.

Parameters

-CdnType

Applicable: SharePoint Online

Specifies the CDN type. The valid values are: Public or 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