| 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-spotenantcdnpolicies |
| applicable | SharePoint Online |
| title | Get-SPOTenantCdnPolicies |
| schema | 2.0.0 |
| author | samkabue |
| ms.author | speedta |
| ms.reviewer |
Get the public or private Policies applied on your SharePoint Online Tenant. Requires Tenant administrator permissions.
Get-SPOTenantCdnPolicies -CdnType <SPOTenantCdnType> [<CommonParameters>]
This cmdlet gets the public or private policies applied to a SharePoint Online organization tenant.
Get-SPOTenantCdnPolicies -CdnType PublicThis example returns public CDN policies of your tenant.
Get-SPOTenantCdnPolicies -CdnType PrivateThis example returns private CDN policies of your tenant.
Applicable: SharePoint Online
Type of CDN on the current SPO Tenant (Public,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.