Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.67 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.67 KB

OneDriveShortcuts PowerShell Module

GitHub Release PowerShell Gallery Release License GitHub Last Commit

Table of Contents


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 "user@contoso.com"

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

Licensing

OneDriveShortcuts is licensed under the MIT license.