onedriveshortcuts icon indicating copy to clipboard operation
onedriveshortcuts copied to clipboard

PowerShell module to manage SharePoint shortcuts in OneDrive.

OneDriveShortcuts PowerShell Module

GitHub Release PowerShell Gallery Release License GitHub Last Commit

Table of Contents

  • Overview
  • What's New
  • Installation
  • Usage
  • Licensing

Overview

OneDriveShortcuts is a PowerShell module that provides CLI access to managing SharePoint shortcuts in OneDrive.

What's New

Check out CHANGELOG.md to review the details of all releases.

Installation

You can get latest release of the OneDriveShortcuts module on the PowerShell Gallery

Install-Module -Name OneDriveShortcuts

Usage

Example command:

$Shortcut = Get-OneDriveShortcut -ShortcutName "Working Folder" -UserPrincipalName "[email protected]"

For more example commands, please refer to USAGE.md.

Licensing

OneDriveShortcuts is licensed under the MIT license.