Skip to content

Commit 5c7427d

Browse files
authored
Update Set-UnifiedGroup.md
1 parent cb9e153 commit 5c7427d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,12 +1136,12 @@ Accept wildcard characters: False
11361136
```
11371137

11381138
### -SubscriptionEnabled
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.
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 in Exchange Online PowerShell.
11401140

11411141
- To change the value to $true, use this switch without a value.
1142-
- To change the value to $false, use this exact syntax: -SubscriptionEnabled:$false.
1142+
- 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.
11431143

1144-
**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".
1144+
**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".
11451145

11461146
```yaml
11471147
Type: SwitchParameter

0 commit comments

Comments
 (0)