Forum Discussion
SYN_Dominik
Aug 19, 2022Brass Contributor
How to disable Advanced web parts?
Hi all, in Teams I can disable all the apps I don't want my users to use. But is this possible in SharePoint as well? For example in the web part overview I find a lot of third party stuff ...
- Aug 26, 2022These web parts are only visible in team sites. Not in communication sites. Thats the reason why I was able to post a screenshot without the webparts.
I decided now for the following solution:
All these webarts I want to remove are powered by Office 365 connectors. They can be disabled with Set-OrganizationConfig -ConnectorsEnabledForSharePoint $false. This command is available in the EXO module. The webparts are still visible but they show a error message if someone tries to use them.
NanddeepNachan
Aug 19, 2022Learn Expert
If you are looking out for an option to limit the custom web parts to certain set of users, follow below steps:
1. In the SharePoint Tenant app catalog, go to classic experience.
2. In the classic experience, select the sppkg and click Share.
3. Share it with set of users, you want to have access.
Hope this helps.
- SYN_DominikAug 22, 2022Brass ContributorHi, unfortunately it doesn't since I am not using Custom Apps. I want to disable the Office 365 Connectors which are operating the most of the webparts of my screenshot.