Skip to main content

Create a Site App Catalog for PoolParty for SharePoint Administration

Before you install the PoolParty for SharePoint Administration application on the site you have created, you need to create an app catalog and then deploy the application into it. To create a site app catalog, do the following:

  • Run the following PowerShell script:

    Connect-SPOService https://servername-admin.sharepoint.com

    $site = Get-SPOSite https://servername.sharepoint.com/sites/PoolPartyforSharePointAdministration

    Add-SPOSiteCollectionAppCatalog -Site $site

    After executing this script, the Apps for SharePoint list appears in the site contents. For more information on how to access the Site contents page, refer to the SharePoint documentation.