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.
SYN_Dominik
Aug 22, 2022Brass Contributor
Hi,
I am aware of this command. Unfortunately this is not disabling all the apps I want to disable (see screenshot)
I am aware of this command. Unfortunately this is not disabling all the apps I want to disable (see screenshot)
NanddeepNachan
Aug 22, 2022Learn Expert
Hi SYN_Dominik
At the moment, we can only disabled the web parts listed here: https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/set-spotenant?view=sharepoint-ps
May be worth trying by specifying ID of the webpart you want to disable to Set-SPOTenant -DisabledWebPartIds cmdlet, if that works.
- Testing771Jan 24, 2024Copper Contributor
I tried that and is not working. Are there options to hide other seeded webparts?
- SYN_DominikAug 22, 2022Brass Contributor
- NanddeepNachanAug 22, 2022Learn Expert
Hi SYN_Dominik
The extra web parts you see on the other tenant, must have been added from the SharePoint store.
- SYN_DominikAug 22, 2022Brass ContributorBut they are available on every site. How do I disable this default setup?