odsc 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 odsc module on the PowerShell Gallery
Install-Module -Name odscExample command:
$Shortcut = Get-odsc -ShortcutName "Working Folder" -UserPrincipalName "user@contoso.com"For more example commands, please refer to USAGE.md.
odsc is licensed under the MIT license.