From 6f50dd7ddfdfd52fdd573c8e75ba38d73c5ee8bd Mon Sep 17 00:00:00 2001 From: Marcel Braak Date: Thu, 5 Sep 2024 14:39:35 +0200 Subject: [PATCH 1/2] Small fix Enable-EOPProtectionPolicyRule.md documentation. Does turn on instead of off --- exchange/exchange-ps/exchange/Enable-EOPProtectionPolicyRule.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Enable-EOPProtectionPolicyRule.md b/exchange/exchange-ps/exchange/Enable-EOPProtectionPolicyRule.md index 854a290dfa..a73b54c47d 100644 --- a/exchange/exchange-ps/exchange/Enable-EOPProtectionPolicyRule.md +++ b/exchange/exchange-ps/exchange/Enable-EOPProtectionPolicyRule.md @@ -48,7 +48,7 @@ In organizations without Defender for Office 365, this example turns off the Sta Enable-EOPProtectionPolicyRule -Identity "Standard Preset Security Policy"; Enable-ATPProtectionPolicyRule -Identity "Standard Preset Security Policy" ``` -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. +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. ## PARAMETERS From 05718a2a2fcd4c934316fba851530b495723c272 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Thu, 5 Sep 2024 09:05:15 -0700 Subject: [PATCH 2/2] Update Set-OrganizationConfig.md Formatting fix --- exchange/exchange-ps/exchange/Set-OrganizationConfig.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/exchange/exchange-ps/exchange/Set-OrganizationConfig.md b/exchange/exchange-ps/exchange/Set-OrganizationConfig.md index 30a8d9f0df..e439ce687a 100644 --- a/exchange/exchange-ps/exchange/Set-OrganizationConfig.md +++ b/exchange/exchange-ps/exchange/Set-OrganizationConfig.md @@ -2441,9 +2441,13 @@ This parameter is available only in the cloud-based service. The IsGroupMemberAllowedToEditContent parameter specifies whether group owners can allow group members to manage folders and messages in Microsoft 365 Groups. Valid values are: - $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: + • Create, rename, move, copy, and delete folders. + • Move, copy, and delete messages manually or via Inbox rules. + • Create, edit, copy, and delete Inbox rules. + - $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. The value of this parameter is meaningful only when the value of the IsGroupFoldersAndRulesEnabled parameter is $true.