Skip to content

Commit

Permalink
Minor Doc change: Add-PnPFolderUserSharingLink (#3881)
Browse files Browse the repository at this point in the history
Co-authored-by: Gautam Sheth <[email protected]>
cornettew and gautamdsheth authored Apr 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 604a606 commit dacff04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/Add-PnPFolderUserSharingLink.md
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ Creates a sharing link to share a folder with a list of specified users.
## SYNTAX

```powershell
Add-PnPFolderUserSharingLink -Folder <FolderPipeBind> -Type <PnP.Core.Model.Security.ShareType> -Users <String[]> [-Connection <PnPConnection>]
Add-PnPFolderUserSharingLink -Folder <FolderPipeBind> -ShareType <PnP.Core.Model.Security.ShareType> -Users <String[]> [-Connection <PnPConnection>]
```

## DESCRIPTION
@@ -33,7 +33,7 @@ This will create an user sharing link for `Test` folder in the `Shared Documents

### EXAMPLE 2
```powershell
Add-PnPFolderUserSharingLink -Folder "/sites/demo/Shared Documents/Test" -Type Edit -Users "[email protected]","[email protected]"
Add-PnPFolderUserSharingLink -Folder "/sites/demo/Shared Documents/Test" -ShareType Edit -Users "[email protected]","[email protected]"
```

This will create an user sharing link for `Test` folder in the `Shared Documents` library which will be editable by specified users in the organization.

0 comments on commit dacff04

Please sign in to comment.