Skip to content

Commit 5afd58e

Browse files
Update Get-DistributionGroup.md
Updated the description for newly added parameters
1 parent 6039f3c commit 5afd58e

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

exchange/exchange-ps/exchange/Get-DistributionGroup.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,9 @@ Accept wildcard characters: False
240240
### -IncludeAcceptMessagesOnlyFromDLMembersWithDisplayNames
241241
This parameter is available only in the cloud-based service.
242242

243-
{{ Fill IncludeAcceptMessagesOnlyFromDLMembersWithDisplayNames Description }}
243+
The IncludeAcceptMessagesOnlyFromDLMembersWithDisplayNames switch retrieves the UPN/SMTP address and display name of all distribution group members who are explicitly allowed to send messages to the distribution group, as defined in the `AcceptMessagesOnlyFromDLMembers` property. If this switch is not specified, the `AcceptMessagesOnlyFromDLMembersWithDisplayNames` property will return an empty result.
244+
245+
**Note:** This switch was introduced following a change where recipient names were replaced with GUIDs, to restore human-readable identifiers in the output.
244246

245247
```yaml
246248
Type: SwitchParameter
@@ -258,7 +260,9 @@ Accept wildcard characters: False
258260
### -IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames
259261
This parameter is available only in the cloud-based service.
260262

261-
{{ Fill IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames Description }}
263+
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 distribution group, as defined in the `AcceptMessagesOnlyFromSendersOrMembers` property. If this switch is not specified, the `AcceptMessagesOnlyFromSendersOrMembersWithDisplayNames` property will return an empty result.
264+
265+
**Note:** This switch was introduced following a change where recipient names were replaced with GUIDs, to restore human-readable identifiers in the output.
262266

263267
```yaml
264268
Type: SwitchParameter
@@ -276,7 +280,9 @@ Accept wildcard characters: False
276280
### -IncludeAcceptMessagesOnlyFromWithDisplayNames
277281
This parameter is available only in the cloud-based service.
278282

279-
{{ Fill IncludeAcceptMessagesOnlyFromWithDisplayNames Description }}
283+
The IncludeAcceptMessagesOnlyFromWithDisplayNames switch retrieves the UPN/SMTP address and display name of all recipients who are explicitly allowed to send messages to the distribution group, as present in the `AcceptMessagesOnlyFrom` property. If this switch is not specified, the `AcceptMessagesOnlyFromWithDisplayNames` property will return an empty result.
284+
285+
**Note:** This switch was introduced following a change where recipient names were replaced with GUIDs, to restore human-readable identifiers in the output.
280286

281287
```yaml
282288
Type: SwitchParameter
@@ -294,7 +300,9 @@ Accept wildcard characters: False
294300
### -IncludeBypassModerationFromSendersOrMembersWithDisplayNames
295301
This parameter is available only in the cloud-based service.
296302

297-
{{ Fill IncludeBypassModerationFromSendersOrMembersWithDisplayNames Description }}
303+
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 distribution group, as defined in the `BypassModerationFromSendersOrMembers` property. If this switch is not specified, the `BypassModerationFromSendersOrMembersWithDisplayNames` property will return an empty result.
304+
305+
**Note:** This switch was introduced following a change where recipient names were replaced with GUIDs, to restore human-readable identifiers in the output.
298306

299307
```yaml
300308
Type: SwitchParameter
@@ -312,7 +320,9 @@ Accept wildcard characters: False
312320
### -IncludeGrantSendOnBehalfToWithDisplayNames
313321
This parameter is available only in the cloud-based service.
314322

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

317327
```yaml
318328
Type: SwitchParameter
@@ -330,7 +340,9 @@ Accept wildcard characters: False
330340
### -IncludeModeratedByWithDisplayNames
331341
This parameter is available only in the cloud-based service.
332342

333-
{{ Fill IncludeModeratedByWithDisplayNames Description }}
343+
The IncludeModeratedByWithDisplayNames switch retrieves the UPN/SMTP address and display name of all moderators assigned to the distribution group, as defined in the `ModeratedBy` property. If this switch is not specified, the `ModeratedByWithDisplayNames` property will return an empty result.
344+
345+
**Note:** This switch was introduced following a change where recipient names were replaced with GUIDs, to restore human-readable identifiers in the output.
334346

335347
```yaml
336348
Type: SwitchParameter

0 commit comments

Comments
 (0)