| external help file | sharepointonline.xml |
|---|---|
| Module Name | Microsoft.Online.SharePoint.PowerShell |
| online version | https://learn.microsoft.com/powershell/module/sharepoint-online/get-spotenantcdnorigins |
| applicable | SharePoint Online |
| title | Get-SPOTenantCdnOrigins |
| schema | 2.0.0 |
| author | trent-green |
| ms.author | trgreen |
| ms.reviewer |
Lists all the configured origins under the tenancy or under a given site. You must be a SharePoint Online administrator to run this cmdlet.
Get-SPOTenantCdnOrigins -CdnType <SPOTenantCdnType> [<CommonParameters>]Lists all the configured origins under the tenancy or under a given site.
Get-SPOTenantCdnOrigins -CdnType PublicThe example returns a list of origins from the Tenant.
Specifies the CDN type. The valid values are: Public or Private.
Type: SPOTenantCdnType
Parameter Sets: (All)
Aliases:
Accepted values: Public, Private
Applicable: SharePoint Online
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.