| external help file | Microsoft.Online.SharePoint.PowerShell.dll-Help.xml |
|---|---|
| Module Name | Microsoft.Online.SharePoint.PowerShell |
| online version | https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/get-spotenantcdnenabled |
| applicable | SharePoint Online |
| title | Get-SPOTenantCdnEnabled |
| schema | 2.0.0 |
| author | samkabue |
| ms.author | speedta |
| ms.reviewer |
Returns whether Public content delivery network (CDN) or Private CDN is enabled on the tenant level. Requires Tenant administrator permissions.
Get-SPOTenantCdnEnabled -CdnType <SPOTenantCdnType> [<CommonParameters>]
Returns whether Public content delivery network (CDN) or Private CDN is enabled on the tenant level.
Get-SPOTenantCdnEnabled -CdnType PublicThe example returns a CDN with a type of public.
Applicable: SharePoint Online
Specifies the CDN type. The valid values are Public or Private.
Type: Microsoft.Online.SharePoint.TenantAdministration.SPOTenantCdnType
Parameter Sets: (All)
Aliases:
Accepted values: Public, Private
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.