Forum Discussion

MSpang's avatar
MSpang
Brass Contributor
Nov 24, 2022

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

Hello all,

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

In Teams

 

Thx for your ideas

  • 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



     

  • SvenSieverding's avatar
    SvenSieverding
    Bronze Contributor

    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



     

Resources