Forum Discussion
How to disable Advanced web parts?
- 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 You can disable the advanced web parts using PowerShell command: Set-SPOTenant
You need to set the -DisabledWebPartIds property with the GUID of web parts. For example GUID of few web parts are:
- Amazon Kindle: 46698648-fcd5-41fc-9526-c7f7b2ace919
- YouTube: 544dd15b-cf3c-441b-96da-004d5a8cea1d
- Twitter: f6fdf4f8-4a24-437b-a127-32e66a5dd9b4
- Embed: 490d7c76-1824-45b2-9de3-676421c997fa
- Microsoft Bookings: d24a7165-c455-4d43-8bc8-fedb04d6c1b5
- Stream: 275c0095-a77e-4f6d-a2a0-6a7626911518
For more information, check this documentation: Set-SPOTenant
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
- SYN_DominikAug 22, 2022Brass ContributorHi,
I am aware of this command. Unfortunately this is not disabling all the apps I want to disable (see screenshot)- NanddeepNachanAug 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?