Skip to content

Commit eef08fd

Browse files
author
Yadong Zhai
committed
Add documentation for Get-SPOCustomCdnTenantApps and Get-SPOCustomCdnSiteCollectionApps cmdlets
1 parent 85e3f99 commit eef08fd

2 files changed

Lines changed: 132 additions & 0 deletions

File tree

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
---
2+
external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
3+
Module Name: Microsoft.Online.SharePoint.PowerShell
4+
online version: https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/get-spocustomcdnsitecollectionapps
5+
applicable: SharePoint Online
6+
title: Get-SPOCustomCdnSiteCollectionApps
7+
schema: 2.0.0
8+
author: yadongzhai
9+
ms.author: yadongzhai
10+
ms.reviewer:
11+
---
12+
13+
# Get-SPOCustomCdnSiteCollectionApps
14+
15+
## SYNOPSIS
16+
17+
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.
18+
19+
## SYNTAX
20+
21+
```
22+
Get-SPOCustomCdnSiteCollectionApps -SiteUrl <String> [<CommonParameters>]
23+
```
24+
25+
## DESCRIPTION
26+
27+
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.
28+
29+
## EXAMPLES
30+
31+
### EXAMPLE 1
32+
33+
```powershell
34+
Get-SPOCustomCdnSiteCollectionApps -SiteUrl "https://contoso.sharepoint.com/sites/marketing"
35+
```
36+
37+
This example returns a list of all app installations that use a custom CDN for the specified site collection.
38+
39+
## PARAMETERS
40+
41+
### -SiteUrl
42+
43+
> Applicable: SharePoint Online
44+
45+
Specifies the URL of the site collection for which to retrieve custom CDN app installations.
46+
47+
```yaml
48+
Type: System.String
49+
Parameter Sets: (All)
50+
Aliases:
51+
52+
Required: True
53+
Position: Named
54+
Default value: None
55+
Accept pipeline input: False
56+
Accept wildcard characters: False
57+
```
58+
59+
### CommonParameters
60+
61+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
62+
63+
## INPUTS
64+
65+
### None
66+
67+
## OUTPUTS
68+
69+
### System.Object
70+
71+
## NOTES
72+
73+
## RELATED LINKS
74+
75+
[Get-SPOCustomCdnTenantApps](Get-SPOCustomCdnTenantApps.md)
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
3+
Module Name: Microsoft.Online.SharePoint.PowerShell
4+
online version: https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/get-spocustomcdntenantapps
5+
applicable: SharePoint Online
6+
title: Get-SPOCustomCdnTenantApps
7+
schema: 2.0.0
8+
author: yadongzhai
9+
ms.author: yadongzhai
10+
ms.reviewer:
11+
---
12+
13+
# Get-SPOCustomCdnTenantApps
14+
15+
## SYNOPSIS
16+
17+
Retrieves all apps that use a custom CDN from the Tenant App Catalog. You must be a SharePoint Online administrator to run this cmdlet.
18+
19+
## SYNTAX
20+
21+
```
22+
Get-SPOCustomCdnTenantApps [<CommonParameters>]
23+
```
24+
25+
## DESCRIPTION
26+
27+
Retrieves all apps from the Tenant App Catalog that are configured to use a custom content delivery network (CDN). The output includes the product ID and title of each app.
28+
29+
## EXAMPLES
30+
31+
### EXAMPLE 1
32+
33+
```powershell
34+
Get-SPOCustomCdnTenantApps
35+
```
36+
37+
This example returns a list of all apps in the Tenant App Catalog that use a custom CDN.
38+
39+
## PARAMETERS
40+
41+
### CommonParameters
42+
43+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
44+
45+
## INPUTS
46+
47+
### None
48+
49+
## OUTPUTS
50+
51+
### System.Object
52+
53+
## NOTES
54+
55+
## RELATED LINKS
56+
57+
[Get-SPOCustomCdnSiteCollectionApps](Get-SPOCustomCdnSiteCollectionApps.md)

0 commit comments

Comments
 (0)