Skip to content

Commit 05280c7

Browse files
Update Get-UnifiedGroup.md
Added description for the new added parameters to the Get-UnifiedGroup cmdlet
1 parent 6039f3c commit 05280c7

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

exchange/exchange-ps/exchange/Get-UnifiedGroup.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,9 @@ Accept wildcard characters: False
169169
```
170170

171171
### -IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames
172-
{{ Fill IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames Description }}
172+
The IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames switch retrieves the UPN/SMTP address and display name of all recipients—whether individual senders or members of distribution groups—who are explicitly allowed to send messages to the Microsoft365 group, as defined in the AcceptMessagesOnlyFromSendersOrMembers property. If this switch is not specified, the AcceptMessagesOnlyFromSendersOrMembersWithDisplayNames property will return an empty result.
173+
174+
Note: This switch was introduced following a change where recipient names were replaced with GUIDs, to restore human-readable identifiers in the output.
173175

174176
```yaml
175177
Type: SwitchParameter
@@ -203,7 +205,9 @@ Accept wildcard characters: False
203205
```
204206

205207
### -IncludeBypassModerationFromSendersOrMembersWithDisplayNames
206-
{{ Fill IncludeBypassModerationFromSendersOrMembersWithDisplayNames Description }}
208+
The IncludeBypassModerationFromSendersOrMembersWithDisplayNames switch retrieves the UPN/SMTP address and display name of all senders or group members who are allowed to bypass moderation settings for the Microsoft365 group, as defined in the BypassModerationFromSendersOrMembers property. If this switch is not specified, the BypassModerationFromSendersOrMembersWithDisplayNames property will return an empty result.
209+
210+
Note: This switch was introduced following a change where recipient names were replaced with GUIDs, to restore human-readable identifiers in the output.
207211

208212
```yaml
209213
Type: SwitchParameter
@@ -219,7 +223,9 @@ Accept wildcard characters: False
219223
```
220224

221225
### -IncludeGrantSendOnBehalfToWithDisplayNames
222-
{{ Fill IncludeGrantSendOnBehalfToWithDisplayNames Description }}
226+
The IncludeGrantSendOnBehalfToWithDisplayNames switch retrieves the UPN/SMTP address and display name of all users who are granted Send-On-Behalf permissions for the Microsoft365 group, as defined in the GrantSendOnBehalfTo property. If this switch is not specified, the GrantSendOnBehalfToWithDisplayNames property will return an empty result.
227+
228+
Note: This switch was introduced following a change where recipient names were replaced with GUIDs, to restore human-readable identifiers in the output.
223229

224230
```yaml
225231
Type: SwitchParameter
@@ -235,7 +241,9 @@ Accept wildcard characters: False
235241
```
236242

237243
### -IncludeModeratedByWithDisplayNames
238-
{{ Fill IncludeModeratedByWithDisplayNames Description }}
244+
The IncludeModeratedByWithDisplayNames switch retrieves the UPN/SMTP address and display name of all moderators assigned to the Microsoft365 group, as defined in the ModeratedBy property. If this switch is not specified, the ModeratedByWithDisplayNames property will return an empty result.
245+
246+
Note: This switch was introduced following a change where recipient names were replaced with GUIDs, to restore human-readable identifiers in the output.
239247

240248
```yaml
241249
Type: SwitchParameter
@@ -251,7 +259,9 @@ Accept wildcard characters: False
251259
```
252260

253261
### -IncludeRejectMessagesFromSendersOrMembersWithDisplayNames
254-
{{ Fill IncludeRejectMessagesFromSendersOrMembersWithDisplayNames Description }}
262+
The IncludeRejectMessagesFromSendersOrMembersWithDisplayNames switch retrieves the UPN/SMTP address and display name of all senders or group members who are explicitly blocked from sending messages to the Microsoft365 group, as defined in the `RejectMessagesFromSendersOrMembers` property. If this switch is not specified, the `RejectMessagesFromSendersOrMembersWithDisplayNames` property will return an empty result.
263+
264+
**Note:** This switch was introduced following a change where recipient names were replaced with GUIDs, to restore human-readable identifiers in the output.
255265

256266
```yaml
257267
Type: SwitchParameter

0 commit comments

Comments
 (0)