Module Name | schema | applicable | online version | external help file | title |
---|---|---|---|---|---|
PnP.PowerShell |
2.0.0 |
SharePoint Online |
PnP.PowerShell.dll-Help.xml |
Add-PnPSiteCollectionAppCatalog |
Required Permissions
- SharePoint: Access to the SharePoint Tenant Administration site
Adds a Site Collection scoped App Catalog to a site
Add-PnPSiteCollectionAppCatalog [-Site <SitePipeBind>] [-Connection <PnPConnection>]
Allows to add Site Collection scoped App Catalog.
Add-PnPSiteCollectionAppCatalog
This will add a SiteCollection app catalog to the currently connected to site
Add-PnPSiteCollectionAppCatalog -Site "https://contoso.sharepoint.com/sites/FinanceTeamsite"
This will add a SiteCollection app catalog to the specified site
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
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
Microsoft 365 Patterns and Practices Microsoft Graph documentation