Forum Discussion
MSpang
Nov 24, 2022Brass Contributor
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. Thx for your ideas
- Nov 24, 2022
MSpang
You should be able to remove the buttons from all SharePoint sites and teams by using powershellConnect-SPOService -Url https://<tenant>-admin.sharepoint.com Set-SPOTenant -DisableAddShortcutsToOneDrive $True
SvenSieverding
Nov 24, 2022Bronze 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
- MSpangNov 24, 2022Brass ContributorNice! Thank you so much.