Remove access to the third party app store for SharePoint on prem farms
If you don't want your users to access the SharePoint App store in your on prem farm and try to add or request apps for your farm, use the below command from any of your frond-end/app server to disable the app store.
Set-SPAppStoreConfiguration -Enable $false
No comments:
Post a Comment