Skip to content

Latest commit

 

History

History
73 lines (49 loc) · 1.62 KB

File metadata and controls

73 lines (49 loc) · 1.62 KB
external help file Module Name online version applicable title schema author ms.author ms.reviewer
sharepointonline.xml
Microsoft.Online.SharePoint.PowerShell
SharePoint Online
Get-SPOTenantCdnOrigins
2.0.0
trent-green
trgreen

Get-SPOTenantCdnOrigins

SYNOPSIS

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
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: False

CommonParameters

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

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS