Get-SPOSiteCollectionAppCatalogs
Use this cmdlet to get the Site Collection App Catalog.
Syntax
Default (Default)
Get-SPOSiteCollectionAppCatalogs
[-Site] <SpoSitePipeBind>
[<CommonParameters>]
Description
Use this cmdlet to get the Site Collection App Catalog. For more information, see Use the App Catalog to make custom business apps available for your SharePoint environment
Examples
Example 1
Get-SPOSiteCollectionAppCatalogs -Site https://contoso.sharepoint.com/sites/Research
This example returns the Site Collection App Catalog for the site https://contoso.sharepoint.com/sites/Research.
Parameters
-Site
Applicable: SharePoint Online
Url of the site
Parameter properties
Type: | Microsoft.Online.SharePoint.PowerShell.SpoSitePipeBind |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 0 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.