OneDriveShortcuts is a PowerShell module that provides CLI access to managing SharePoint shortcuts in OneDrive.
Check out CHANGELOG.md to review the details of all releases.
You can get latest release of the OneDriveShortcuts module on the PowerShell Gallery
Install-Module -Name OneDriveShortcuts
Example command:
$Shortcut = Get-OneDriveShortcut -ShortcutName "Working Folder" -UserPrincipalName "[email protected]"
For more example commands, please refer to USAGE.md.
OneDriveShortcuts is licensed under the MIT license.