Skip to content

Commit 34122f2

Browse files
authored
SubscriptionEnabled
Added explanation on when to set SubscriptionEnabled to false. And issues that can occur once SubscriptionEnabled is set to false
1 parent 8dc9686 commit 34122f2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

exchange/exchange-ps/exchange/Set-UnifiedGroup.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,11 +1136,14 @@ Accept wildcard characters: False
11361136
```
11371137

11381138
### -SubscriptionEnabled
1139-
The SubscriptionEnabled switch specifies whether subscriptions to conversations and calendar events are enabled for the Microsoft 365 Group.
1139+
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.
11401140

11411141
- To change the value to $true, use this switch without a value.
11421142
- To change the value to $false, use this exact syntax: -SubscriptionEnabled:$false.
11431143

1144+
Note:
1145+
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"
1146+
11441147
```yaml
11451148
Type: SwitchParameter
11461149
Parameter Sets: (All)

0 commit comments

Comments
 (0)