Enable the Project Web App site collection features in Project Servers Subscription Edition, 2019, or 2016
Summary: Enable the Project Web App site collection features to allow the import of SharePoint list projects into Project Web App.
Applies to: Project Server Subscription Edition, Project Server 2019, Project Server 2016
Enabling the Project Web App site collection features adds additional functionality to the site collection that allows you to import SharePoint list projects into Project Web App.
Enable the Project Web App site collection features
The Project Web App site collection features are enabled by using the Enable-SPFeature PowerShell cmdlet.
From the PowerShell command prompt, type the following syntax to enable the Project Web App site collection features.
Enable-SPFeature pwasite -URL SiteCollectionURL
For example:
Enable-SPFeature pwasite -URL https://contoso-appsrv1/sites/ContosoProjects
After the Project Web App site collection features have been activated for the site collection, you can add a Project Center web part and begin importing SharePoint list projects into Project Web App.
If you want to add a Project Web App site to the site collection, see Create a PWA site in an existing site collection.