Skip to content

Commit 5b5726b

Browse files
authored
Merge pull request #10749 from iserrano76/patch-2
Update PublicFolderShowClientControl info
2 parents 37cc2a3 + 1034cac commit 5b5726b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exchange/exchange-ps/exchange/Set-OrganizationConfig.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3175,7 +3175,7 @@ Accept wildcard characters: False
31753175
```
31763176

31773177
### -PublicFoldersEnabled
3178-
The PublicFoldersEnabled parameter specifies how public folders are deployed in your organization. This parameter uses one of the following values.
3178+
The PublicFoldersEnabled parameter specifies how public folders are deployed in your organization. Valid values are:
31793179

31803180
- Local: The public folders are deployed locally in your organization.
31813181
- Remote: The public folders are deployed in the remote forest.
@@ -3195,10 +3195,10 @@ Accept wildcard characters: False
31953195
```
31963196

31973197
### -PublicFolderShowClientControl
3198-
The PublicFolderShowClientControl parameter enables or disables access to public folders in Microsoft Outlook. Valid values are:
3198+
The PublicFolderShowClientControl parameter enables or disables the control access feature for public folders in Microsoft Outlook. Valid values are:
31993199

3200-
- $true: Users can access public folders in Outlook if the PublicFolderClientAccess parameter on the Set-CASMailbox cmdlet is set to the value $true (the default value is $false).
3201-
- $false: User can't access public folders in Outlook. This is the default value.
3200+
- $true: User access to public folders in Outlook is controlled by the value of the PublicFolderClientAccess parameter on the Set-CASMailbox cmdlet (the default value is $false).
3201+
- $false: This is the default value. User access to public folders in Outlook is enabled (the control access feature is disabled). The value of the PublicFolderClientAccess parameter on the Set-CASMailbox cmdlet is meaningless.
32023202

32033203
```yaml
32043204
Type: Boolean

0 commit comments

Comments
 (0)