Skip to content

Latest commit

 

History

History
77 lines (52 loc) · 1.91 KB

File metadata and controls

77 lines (52 loc) · 1.91 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-SPOTenantCdnPolicies
2.0.0
trent-green
trgreen

Get-SPOTenantCdnPolicies

SYNOPSIS

Get the public or private Policies applied on your SharePoint Online Tenant. Requires Tenant administrator permissions.

SYNTAX

Get-SPOTenantCdnPolicies -CdnType <SPOTenantCdnType> [<CommonParameters>]

DESCRIPTION

This cmdlet gets the public or private policies applied to a SharePoint Online organization tenant.

EXAMPLES

Example 1

Get-SPOTenantCdnPolicies -CdnType Public

This example returns public CDN policies of your tenant.

Example 2

Get-SPOTenantCdnPolicies -CdnType Private

This example returns private CDN policies of your tenant.

PARAMETERS

-CdnType

Type of CDN on the current SPO Tenant (Public,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.

RELATED LINKS

Getting started with SharePoint Online Management Shell

Get-SPOAppErrors

Set-SPOTenantCdnEnabled