Skip to content

Update Set-OrganizationConfig.md #12102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions exchange/exchange-ps/exchange/Set-OrganizationConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -774,8 +774,8 @@ This parameter is available only in the cloud-based service.

The BlockMoveMessagesForGroupFolders parameter specifies whether to prevent group owners or group members from moving messages between folders in Microsoft 365 Groups. Valid values are:

- $true: Group owners or group members can't move between folders in Microsoft 365 groups (manually or vial Inbox rules).
- $false: Group owners or group members can move between folders in Microsoft 365 groups. This is the default value.
- $true: Group owners or group members can't move messages between folders in Microsoft 365 groups (manually or vial Inbox rules).
- $false: Group owners or group members can move messages between folders in Microsoft 365 groups. This is the default value.

The value of this parameter is meaningful only when the value of the IsGroupFoldersAndRulesEnabled parameter is $true.

Expand Down