Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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

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


Feedback

Was this page helpful?