Skip to content

Latest commit

 

History

History
79 lines (56 loc) · 1.81 KB

Add-PnPSiteCollectionAppCatalog.md

File metadata and controls

79 lines (56 loc) · 1.81 KB
Module Name schema applicable online version external help file title
PnP.PowerShell
2.0.0
SharePoint Online
PnP.PowerShell.dll-Help.xml
Add-PnPSiteCollectionAppCatalog

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