Skip to content

Commit 5d2a4db

Browse files
authored
Merge branch 'main' into VikneshMSFT-patch-1
2 parents a689fd2 + e91da4e commit 5d2a4db

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

exchange/exchange-ps/exchange/New-DistributionGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ The HiddenGroupMembershipEnabled switch specifies whether to hide the members of
304304

305305
You can use this setting to help comply with regulations that require you to hide group membership from members or outsiders (for example, a distribution group that represents students enrolled in a class).
306306

307-
**Note**: You can't change this setting after you create the group. If you create the group with hidden membership, you can't edit the group later to reveal the membership to the group, or vice-versa.
307+
**Note**: If you create the group with hidden membership, you can't edit the group later to reveal the membership to the group.
308308

309309
```yaml
310310
Type: SwitchParameter

exchange/exchange-ps/exchange/Set-DistributionGroup.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,11 @@ Accept wildcard characters: False
10031003
### -HiddenGroupMembershipEnabled
10041004
This parameter is available only in the cloud-based service.
10051005

1006-
This parameter is reserved for internal Microsoft use.
1006+
The HiddenGroupMembershipEnabled switch specifies whether to hide the members of the distribution group from users who aren't members of the group. You don't need to specify a value with this switch.
1007+
1008+
You can use this setting to help comply with regulations that require you to hide group membership from members or outsiders (for example, a distribution group that represents students enrolled in a class).
1009+
1010+
**Note**: If you hide the membership of the group with this parameter, you can't edit the group later to reveal the membership to the group.
10071011

10081012
```yaml
10091013
Type: SwitchParameter

teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
7878
[-PreferredMeetingProviderForIslandsMode <String>]
7979
[-RecordingStorageMode <String>]
8080
[-RoomAttributeUserOverride <String>]
81+
[-RoomPeopleNameUserOverride <String>]
8182
[-ScreenSharingMode <String>]
8283
[-SmsNotifications <String>]
8384
[-SpeakerAttributionMode <String>]

teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
8484
[-PreferredMeetingProviderForIslandsMode <String>]
8585
[-RecordingStorageMode <String>]
8686
[-RoomAttributeUserOverride <String>]
87+
[-RoomPeopleNameUserOverride <String>]
8788
[-ScreenSharingMode <String>]
8889
[-SmsNotifications <String>]
8990
[-SpeakerAttributionMode <String>]

0 commit comments

Comments
 (0)