Skip to content

Commit bcce2ec

Browse files
authored
Merge pull request #12100 from MicrosoftDocs/chrisda
Update Set-OrganizationConfig.md
2 parents 3dda080 + 73bc5a3 commit bcce2ec

File tree

1 file changed

+34
-3
lines changed

1 file changed

+34
-3
lines changed

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

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,19 @@ Accept wildcard characters: False
772772
### -BlockMoveMessagesForGroupFolders
773773
This parameter is available only in the cloud-based service.
774774

775-
{{ Fill BlockMoveMessagesForGroupFolders Description }}
775+
The BlockMoveMessagesForGroupFolders parameter specifies whether to prevent group owners or group members from moving messages between folders in Microsoft 365 Groups. Valid values are:
776+
777+
- $true: Group owners or group members can't move between folders in Microsoft 365 groups (manually or vial Inbox rules).
778+
- $false: Group owners or group members can move between folders in Microsoft 365 groups. This is the default value.
779+
780+
The value of this parameter is meaningful only when the value of the IsGroupFoldersAndRulesEnabled parameter is $true.
781+
782+
Whether group members (not just group owners) are allowed to move messages between folders in Microsoft 365 Groups also depends on the following settings:
783+
784+
- The value of the IsGroupMemberAllowedToEditContent parameter is $true.
785+
- The group owner selected **All members will be able to create, edit, move, copy, and delete mail folders and rules within the group** in the properties of the group in Outlook on the web.
786+
787+
For more information, see [Manage Folders and Rules feature in Microsoft 365 Groups](https://learn.microsoft.com/microsoft-365/enterprise/manage-folders-and-rules-feature).
776788

777789
```yaml
778790
Type: Boolean
@@ -2401,7 +2413,14 @@ Accept wildcard characters: False
24012413
### -IsGroupFoldersAndRulesEnabled
24022414
This parameter is available only in the cloud-based service.
24032415

2404-
{{ Fill IsGroupFoldersAndRulesEnabled Description }}
2416+
The IsGroupFoldersAndRulesEnabled specifies whether group owners (by default) can create folders and move messages (manually or by using Inbox rules) in Microsoft 365 Groups. Valid values are:
2417+
2418+
- $true: Group owners can create folders and move messages between folders in Microsoft 365 Groups.
2419+
- $false: Group owners can't create folders or move messages between folders in Microsoft 365 Groups. This is the default value.
2420+
2421+
To allow group owners to allow group users to create folders and moved messages in Microsoft 365 Groups, use the IsGroupMemberAllowedToEditContent parameter.
2422+
2423+
For more information, see [Manage Folders and Rules feature in Microsoft 365 Groups](https://learn.microsoft.com/microsoft-365/enterprise/manage-folders-and-rules-feature).
24052424

24062425
```yaml
24072426
Type: Boolean
@@ -2419,7 +2438,19 @@ Accept wildcard characters: False
24192438
### -IsGroupMemberAllowedToEditContent
24202439
This parameter is available only in the cloud-based service.
24212440

2422-
The IsGroupMemberAllowedToEditContent parameter specifies whether group owner can grant permission to members for Folders and Rules feature content edit.
2441+
The IsGroupMemberAllowedToEditContent parameter specifies whether group owners can allow group members to manage folders and messages in Microsoft 365 Groups. Valid values are:
2442+
2443+
- $true: Group owners can use the **All members will be able to create, edit, move, copy, and delete mail folders and rules within the group** setting in the group properties in Outlook on the web to allow group members to do the following tasks in Microsoft 365 Groups:
2444+
• Create, rename, move, copy, and delete folders.
2445+
• Move, copy, and delete messages manually or via Inbox rules.
2446+
• Create, edit, copy, and delete Inbox rules.
2447+
- $false: Group owners can't use the **All members will be able to create, edit, move, copy, and delete mail folders and rules within the group** setting in the group properties in Outlook on the web to allow group members to manage folders and messages in Microsoft 365 Groups. Only group owners can manage folders and messages in Microsoft 365 Groups. This is the default value.
2448+
2449+
The value of this parameter is meaningful only when the value of the IsGroupFoldersAndRulesEnabled parameter is $true.
2450+
2451+
To prevent group owners or group members from moving messages between folders manually or vial Inbox rules in Microsoft 365 Groups, use the BlockMoveMessagesForGroupFolders parameter.
2452+
2453+
For more information, see [Manage Folders and Rules feature in Microsoft 365 Groups](https://learn.microsoft.com/microsoft-365/enterprise/manage-folders-and-rules-feature).
24232454

24242455
```yaml
24252456
Type: Boolean

0 commit comments

Comments
 (0)