Skip to content

Latest commit

 

History

History
90 lines (65 loc) · 1.7 KB

Get-KshTenantCdnEnabled.md

File metadata and controls

90 lines (65 loc) · 1.7 KB
external help file Module Name online version schema
SPClientCore.dll-Help.xml
SPClientCore
2.0.0

Get-KshTenantCdnEnabled

SYNOPSIS

Retrieves whether Office 365 CDN is enabled.

SYNTAX

ParamSet1

Get-KshTenantCdnEnabled [-Public] [<CommonParameters>]

ParamSet2

Get-KshTenantCdnEnabled [-Private] [<CommonParameters>]

DESCRIPTION

The Get-KshTenantCdnEnabled cmdlet retrieves whether Office 365 CDN is enabled in the tenant. This cmdlet can be used only when connected to the SharePoint admin center.

EXAMPLES

Example 1

PS C:\> Get-KshTenantCdnEnabled -Public

Retrieves whether Office 365 Public CDN is enabled.

Example 2

PS C:\> Get-KshTenantCdnEnabled -Private

Retrieves whether Office 365 Private CDN is enabled.

PARAMETERS

-Private

If specified, targets Office 365 Private CDN.

Type: SwitchParameter
Parameter Sets: ParamSet2
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Public

If specified, targets Office 365 Public CDN.

Type: SwitchParameter
Parameter Sets: ParamSet1
Aliases:

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.Boolean

NOTES

RELATED LINKS