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
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
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 |
Inputs
None
Outputs
System.Object