Skip to content

Latest commit

 

History

History
75 lines (49 loc) · 1.99 KB

File metadata and controls

75 lines (49 loc) · 1.99 KB
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-spocustomcdnsitecollectionapps
applicable SharePoint Online
title Get-SPOCustomCdnSiteCollectionApps
schema 2.0.0
author Yadong1106
ms.author yadongzhai
ms.reviewer

Get-SPOCustomCdnSiteCollectionApps

SYNOPSIS

Retrieves all app installations that use a custom CDN for a specific site collection. You must be a SharePoint Online administrator to run this cmdlet.

SYNTAX

Get-SPOCustomCdnSiteCollectionApps -SiteUrl <String> [<CommonParameters>]

DESCRIPTION

Retrieves all app installations that are configured to use a custom content delivery network (CDN) for the specified site collection. The output includes the product ID, title, app installation ID, site ID, and site URL of each app installation.

EXAMPLES

EXAMPLE 1

Get-SPOCustomCdnSiteCollectionApps -SiteUrl "https://contoso.sharepoint.com/sites/marketing"

This example returns a list of all app installations that use a custom CDN for the specified site collection.

PARAMETERS

-SiteUrl

Applicable: SharePoint Online

Specifies the URL of the site collection for which to retrieve custom CDN app installations.

Type: System.String
Parameter Sets: (All)
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.Object

NOTES

RELATED LINKS

Get-SPOCustomCdnTenantApps