Forum Discussion
RanchoJack
Jan 15, 2021Copper Contributor
Remove "Add shortcut to OneDrive" from Sharepoint Sites
We have our users want to use the 'Sync' and not the 'shortcut to OneDrive' for file on the Sharepoint sites. I was able to run from powershell: PS C:\WINDOWS\system32> Set-SPOTenant -DisableAddS...
TechThatworks
Mar 21, 2022Copper Contributor
Hi
I had the same problem that this command was not chancing anything. I resolved it by running:
Update-Module -Name Microsoft.Online.SharePoint.PowerShell
After that I run the command again: Set-SPOTenant -DisableAddShortcutsToOneDrive $True
Now it worked within few seconds 🙂
- Hillside126Feb 09, 2023Copper ContributorTechThatworks
Hello!
I had a question that hopefully you can help me answer. After removing this function from your SharePoint Online Tenant, do you know if this also removed the function from OneDrive to "Add a shortcut to my files" for folders that are Shared from one OneDrive to another?
I do not believe that this function should be removed, but I haven't been able to find anything online about it. This is the last thing we need to figure out before we can move forward with removing "Add a shortcut to OneDrive" from SharePoint.