Skip to content

Commit 72d2643

Browse files
Merge pull request #12106 from MicrosoftDocs/main
publish main to live 10:30 AM 9/5/2024
2 parents 59120d5 + 436d6c4 commit 72d2643

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

exchange/exchange-ps/exchange/Enable-EOPProtectionPolicyRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ In organizations without Defender for Office 365, this example turns off the Sta
4848
Enable-EOPProtectionPolicyRule -Identity "Standard Preset Security Policy"; Enable-ATPProtectionPolicyRule -Identity "Standard Preset Security Policy"
4949
```
5050

51-
In organizations with Defender for Office 365, this example turns off the Standard preset security policy. The State property value of both rules is now Enabled.
51+
In organizations with Defender for Office 365, this example turns on the Standard preset security policy. The State property value of both rules is now Enabled.
5252

5353
## PARAMETERS
5454

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2441,9 +2441,13 @@ This parameter is available only in the cloud-based service.
24412441
The IsGroupMemberAllowedToEditContent parameter specifies whether group owners can allow group members to manage folders and messages in Microsoft 365 Groups. Valid values are:
24422442

24432443
- $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+
24442445
• Create, rename, move, copy, and delete folders.
2446+
24452447
• Move, copy, and delete messages manually or via Inbox rules.
2448+
24462449
• Create, edit, copy, and delete Inbox rules.
2450+
24472451
- $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.
24482452

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

0 commit comments

Comments
 (0)