From 34122f22c7bfd40df283c397e334108000136c6c Mon Sep 17 00:00:00 2001 From: Bhalchandra Atre-MSFT <39634045+Batre-MSFT@users.noreply.github.com> Date: Tue, 5 Oct 2021 22:39:06 +0530 Subject: [PATCH 1/3] SubscriptionEnabled Added explanation on when to set SubscriptionEnabled to false. And issues that can occur once SubscriptionEnabled is set to false --- exchange/exchange-ps/exchange/Set-UnifiedGroup.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Set-UnifiedGroup.md b/exchange/exchange-ps/exchange/Set-UnifiedGroup.md index 0ca7bc90d3..62b05a37dd 100644 --- a/exchange/exchange-ps/exchange/Set-UnifiedGroup.md +++ b/exchange/exchange-ps/exchange/Set-UnifiedGroup.md @@ -1136,11 +1136,14 @@ Accept wildcard characters: False ``` ### -SubscriptionEnabled -The SubscriptionEnabled switch specifies whether subscriptions to conversations and calendar events are enabled for the Microsoft 365 Group. +The SubscriptionEnabled switch specifies whether the group owners can enable subscription to conversations and calendar events on the groups they own. This option can be set only from EXO PowerShell. The AutoSubscribeNewMembers must be set to False before setting SubscriptionEnabled to False. - To change the value to $true, use this switch without a value. - To change the value to $false, use this exact syntax: -SubscriptionEnabled:$false. +Note: +This option should be changed to False only if you intend to disable group owners ability to change Subscription option on the group. Once SubscriptionEnabled is set to False, group owners will not be able to enable Subscription options on the group settings using Outlook on the Web (OWA) or Outlook desktop. The group owners may see "The group update is in progress" error when they try to enable Subscription option, with SubscriptionEnabled set to False. Tenant admn trying to enable Subscription from Microsoft Admin Center may also see error "Can't save "Send copies of group conversations and events to group member's inboxes" Either your assigned product license doesn't include Exchange Online or you have recently created this group and it's still not ready for management" + ```yaml Type: SwitchParameter Parameter Sets: (All) From cb9e153b4c0bcc76a4e3f3847212f8bc2ba75ade Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Wed, 6 Oct 2021 08:18:32 -0700 Subject: [PATCH 2/3] Update Set-UnifiedGroup.md --- exchange/exchange-ps/exchange/Set-UnifiedGroup.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/exchange/exchange-ps/exchange/Set-UnifiedGroup.md b/exchange/exchange-ps/exchange/Set-UnifiedGroup.md index 62b05a37dd..c6732d0966 100644 --- a/exchange/exchange-ps/exchange/Set-UnifiedGroup.md +++ b/exchange/exchange-ps/exchange/Set-UnifiedGroup.md @@ -1141,8 +1141,7 @@ The SubscriptionEnabled switch specifies whether the group owners can enable sub - To change the value to $true, use this switch without a value. - To change the value to $false, use this exact syntax: -SubscriptionEnabled:$false. -Note: -This option should be changed to False only if you intend to disable group owners ability to change Subscription option on the group. Once SubscriptionEnabled is set to False, group owners will not be able to enable Subscription options on the group settings using Outlook on the Web (OWA) or Outlook desktop. The group owners may see "The group update is in progress" error when they try to enable Subscription option, with SubscriptionEnabled set to False. Tenant admn trying to enable Subscription from Microsoft Admin Center may also see error "Can't save "Send copies of group conversations and events to group member's inboxes" Either your assigned product license doesn't include Exchange Online or you have recently created this group and it's still not ready for management" +**Note**: You should use the value $false only if you intend to disable group owner ability to change subscription options on the group. Group owners will not be able to enable subscription options on the group settings using Outlook on the web or Outlook desktop. Group owners might see the error, "The group update is in progress" error when they try to enable Subscription option. Admins trying to enable Subscription from Microsoft admin center might also see error, "Can't save 'Send copies of group conversations and events to group member's inboxes' Either your assigned product license doesn't include Exchange Online or you have recently created this group and it's still not ready for management". ```yaml Type: SwitchParameter From 5c7427d452a92547bd75a5f129ceb84882719ca0 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Wed, 6 Oct 2021 08:23:46 -0700 Subject: [PATCH 3/3] Update Set-UnifiedGroup.md --- exchange/exchange-ps/exchange/Set-UnifiedGroup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exchange/exchange-ps/exchange/Set-UnifiedGroup.md b/exchange/exchange-ps/exchange/Set-UnifiedGroup.md index c6732d0966..fce6ea1a23 100644 --- a/exchange/exchange-ps/exchange/Set-UnifiedGroup.md +++ b/exchange/exchange-ps/exchange/Set-UnifiedGroup.md @@ -1136,12 +1136,12 @@ Accept wildcard characters: False ``` ### -SubscriptionEnabled -The SubscriptionEnabled switch specifies whether the group owners can enable subscription to conversations and calendar events on the groups they own. This option can be set only from EXO PowerShell. The AutoSubscribeNewMembers must be set to False before setting SubscriptionEnabled to False. +The SubscriptionEnabled switch specifies whether the group owners can enable subscription to conversations and calendar events on the groups they own. This option can be set only in Exchange Online PowerShell. - To change the value to $true, use this switch without a value. -- To change the value to $false, use this exact syntax: -SubscriptionEnabled:$false. +- To change the value to $false, use this exact syntax: -SubscriptionEnabled:$false. The value of the AutoSubscribeNewMembers parameter must also be $false before you can use the value $false for this switch. -**Note**: You should use the value $false only if you intend to disable group owner ability to change subscription options on the group. Group owners will not be able to enable subscription options on the group settings using Outlook on the web or Outlook desktop. Group owners might see the error, "The group update is in progress" error when they try to enable Subscription option. Admins trying to enable Subscription from Microsoft admin center might also see error, "Can't save 'Send copies of group conversations and events to group member's inboxes' Either your assigned product license doesn't include Exchange Online or you have recently created this group and it's still not ready for management". +**Note**: You should use the value $false for this parameter only if you intend to disable group owner ability to change subscription options on the group. Group owners will not be able to enable subscription options on the group settings using Outlook on the web or Outlook desktop. Group owners might see the error, "The group update is in progress" error when they try to enable Subscription option. Admins trying to enable Subscription from Microsoft admin center might also see error, "Can't save 'Send copies of group conversations and events to group member's inboxes' Either your assigned product license doesn't include Exchange Online or you have recently created this group and it's still not ready for management". ```yaml Type: SwitchParameter