SharePoint / sp-dev-docs

SharePoint & Viva Connections Developer Documentation
https://docs.microsoft.com/en-us/sharepoint/dev/
Creative Commons Attribution 4.0 International
1.24k stars 994 forks source link

Question: Tenant-wide Deployment in SharePoint Server 2019 #6185

Closed BeniFreitag closed 3 years ago

BeniFreitag commented 3 years ago

Is there any way to deploy an Application customizer to all site collections and/or subsites in SharePoint Server 2019? skipFeatureDeployment: true seems to have no effect.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

msft-github-bot commented 3 years ago

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

andrewconnell commented 3 years ago

Not directly. Tenant wide deployment only applies to SharePoint Online.

For SharePoint Server 2019, the only way to achieve this is to create a process that uses the SharePoint REST API (or via the PnP PowerShell cmdlets) that walks through the entire farm and adds it to sites where it isn't installed.

msft-github-bot commented 3 years ago

Closing this issue as "answered". If you encounter a similar issue(s), please open up a new issue. See our wiki for more details: Issue-List: Our approach to closed issues