From dacff04c229cb450996a8df3b0201f331e5bcd1f Mon Sep 17 00:00:00 2001 From: WCONFR <68463689+WCONFR@users.noreply.github.com> Date: Thu, 11 Apr 2024 09:34:29 +0200 Subject: [PATCH] Minor Doc change: Add-PnPFolderUserSharingLink (#3881) Co-authored-by: Gautam Sheth --- documentation/Add-PnPFolderUserSharingLink.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/Add-PnPFolderUserSharingLink.md b/documentation/Add-PnPFolderUserSharingLink.md index 3de02d8c3..9a4fba312 100644 --- a/documentation/Add-PnPFolderUserSharingLink.md +++ b/documentation/Add-PnPFolderUserSharingLink.md @@ -15,7 +15,7 @@ Creates a sharing link to share a folder with a list of specified users. ## SYNTAX ```powershell -Add-PnPFolderUserSharingLink -Folder -Type -Users [-Connection ] +Add-PnPFolderUserSharingLink -Folder -ShareType -Users [-Connection ] ``` ## 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 "john@contoso.onmicrosoft.com","jane@contoso.onmicrosoft.com" +Add-PnPFolderUserSharingLink -Folder "/sites/demo/Shared Documents/Test" -ShareType Edit -Users "john@contoso.onmicrosoft.com","jane@contoso.onmicrosoft.com" ``` 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.