Forum Discussion

mdcastorena's avatar
mdcastorena
Brass Contributor
Oct 11, 2023

"Add Shortcut to OneDrive" missing from SharePoint sites recently

Hi all, I noticed today that the "Add Shortcut to OneDrive" button is no longer appearing as an option on top of document libraries - even from ones I have existing OneDrive shortcuts to... Did somet...
  • ganeshsanap's avatar
    ganeshsanap
    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.

Share

Resources