Skip to content

Commit 1609917

Browse files
authored
Merge pull request #8422 from MicrosoftDocs/master
Publish 10/06/2021, 10:30 AM
2 parents 7515315 + 1ac8995 commit 1609917

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,10 +1136,12 @@ 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 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.
1143+
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".
11431145

11441146
```yaml
11451147
Type: SwitchParameter

skype/skype-ps/skype/New-CsTenantTrustedIPAddress.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,9 @@ Accept wildcard characters: False
154154
### -MaskBits
155155
This parameter determines the length of bits to mask to the subnet.
156156
157-
IPv4 format IP address accepts maskbits from 0 to 32 inclusive. IPv6 format IP address accepts maskbits from 0 to 128 inclusive.
157+
IPv4 format IP address accepts maskbits from 0 to 32 inclusive. If not provided, the value is set to 32.
158+
159+
IPv6 format IP address accepts maskbits from 0 to 128 inclusive. If not provided, the value is set to 128.
158160
159161
```yaml
160162
Type: System.Int32

0 commit comments

Comments
 (0)