Add-PnPSiteCollectionAppCatalog
SYNOPSIS
Required Permissions
- SharePoint: Access to the SharePoint Tenant Administration site
Adds a Site Collection scoped App Catalog to a site
SYNTAX
Add-PnPSiteCollectionAppCatalog [-Site <SitePipeBind>] [-Connection <PnPConnection>]
DESCRIPTION
Allows to add Site Collection scoped App Catalog.
EXAMPLES
EXAMPLE 1
Add-PnPSiteCollectionAppCatalog
This will add a SiteCollection app catalog to the currently connected to site
EXAMPLE 2
Add-PnPSiteCollectionAppCatalog -Site "https://contoso.sharepoint.com/sites/FinanceTeamsite"
This will add a SiteCollection app catalog to the specified site
PARAMETERS
-Connection
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
Type: PnPConnection
Parameter Sets: (All)
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Site
Url of the site to add the app catalog to.
Type: SitePipeBind
Parameter Sets: (All)
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
RELATED LINKS
Microsoft 365 Patterns and Practices Microsoft Graph documentation