Forum Discussion
"Add Shortcut to OneDrive" missing from SharePoint sites recently
- Oct 17, 2023
mdcastorena The PowerShell commands I provided in above response are not related to SPO PowerShell Module. You can run those using PnP PowerShell module after installation as given here: Installing PnP PowerShell
However, if you want to use SPO module only, try using this:
Connect-SPOService -Url https://contoso-admin.sharepoint.com -credential email address removed for privacy reasons Set-SPOTenant -DisableAddShortcutsToOneDrive $false
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.
Wait for sometime and try refreshing the document library page or try opening the document library in private browser window and see if it works.
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.