SOLVED

I don't want to the Link "Verknüpfung zu OneDrive hinzufügen" (Add a Link to OneDrive)

Copper Contributor

Hello all,

can anybody help? Because I don't want to have a "Add Link to Onedrive" in the Teams APP.

In TeamsIn Teams

 

Thx for your ideas

2 Replies
best response confirmed by ChristianJBergstrom (MVP)
Solution

@MSpang 

You should be able to remove the buttons from all SharePoint sites and teams by using powershell

Connect-SPOService -Url https://<tenant>-admin.sharepoint.com

Set-SPOTenant -DisableAddShortcutsToOneDrive $True



 

1 best response

Accepted Solutions
best response confirmed by ChristianJBergstrom (MVP)
Solution

@MSpang 

You should be able to remove the buttons from all SharePoint sites and teams by using powershell

Connect-SPOService -Url https://<tenant>-admin.sharepoint.com

Set-SPOTenant -DisableAddShortcutsToOneDrive $True



 

View solution in original post