Skip to content

Commit 8600d4b

Browse files
Merge pull request #4 from JasonGerend/patch-1
Fixed incorrect parameter name in Example 1
2 parents f57aa91 + 5057e6e commit 8600d4b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docset/windows/sync-share/set-syncshare.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
ms.mktglfcycl: manage
33
ms.sitesec: library
4-
ms.author: brianlic
5-
author: brianlic-msft
4+
ms.author: jgerend
5+
author: JasonGerend
66
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
77
external help file: SyncShare.cdxml-help.xml
8-
keywords: powershell, cmdlet
9-
manager: alanth
10-
ms.date: 2016-12-20
8+
keywords: powershell, cmdlet, work folders
9+
manager: dongill
10+
ms.date: 3-9-2017
1111
ms.prod: w10
1212
ms.technology: powershell-windows
1313
ms.topic: reference
@@ -48,10 +48,10 @@ The **Set-SyncShare** cmdlet modifies the settings for a Sync Share.
4848

4949
### Example 1: Modify a sync share to enable inherited permissions
5050
```
51-
PS C:\> Set-SyncShare -Name "Share01" -KeepParentFolderPermission
51+
PS C:\> Set-SyncShare -Name "Share01" -InheritParentFolderPermission
5252
```
5353

54-
This command modifies settings on the share named Share01, and sets the *KeepParentFolderPermission* parameter to enable the share to inherit permissions from the parent folder.
54+
This command modifies settings on the share named Share01, and sets the *InheritParentFolderPermission* parameter to enable the share to inherit permissions from the parent folder.
5555

5656
### Example 2: Modify the sync share to change the user group
5757
```

0 commit comments

Comments
 (0)