Skip to content

Commit 08ae362

Browse files
Update Get-DynamicDistributionGroup.md
Adding description to the newly added parameters of the Get-DynamicDistributionGroup cmdlet
1 parent 6039f3c commit 08ae362

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

exchange/exchange-ps/exchange/Get-DynamicDistributionGroup.md

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

257-
{{ Fill IncludeAcceptMessagesOnlyFromDLMembersWithDisplayNames Description }}
257+
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 dynamic distribution group, as defined in the `AcceptMessagesOnlyFromDLMembers` property. If this switch is not specified, the `AcceptMessagesOnlyFromDLMembersWithDisplayNames` property will return an empty result.
258+
259+
**Note:** This switch was introduced following a change where recipient names were replaced with GUIDs, to restore human-readable identifiers in the output.
258260

259261
```yaml
260262
Type: SwitchParameter
@@ -272,7 +274,9 @@ Accept wildcard characters: False
272274
### -IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames
273275
This parameter is available only in the cloud-based service.
274276

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

277281
```yaml
278282
Type: SwitchParameter
@@ -290,7 +294,9 @@ Accept wildcard characters: False
290294
### -IncludeAcceptMessagesOnlyFromWithDisplayNames
291295
This parameter is available only in the cloud-based service.
292296

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

295301
```yaml
296302
Type: SwitchParameter
@@ -308,7 +314,9 @@ Accept wildcard characters: False
308314
### -IncludeBypassModerationFromSendersOrMembersWithDisplayNames
309315
This parameter is available only in the cloud-based service.
310316

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

313321
```yaml
314322
Type: SwitchParameter
@@ -326,7 +334,9 @@ Accept wildcard characters: False
326334
### -IncludeGrantSendOnBehalfToWithDisplayNames
327335
This parameter is available only in the cloud-based service.
328336

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

331341
```yaml
332342
Type: SwitchParameter
@@ -344,7 +354,9 @@ Accept wildcard characters: False
344354
### -IncludeModeratedByWithDisplayNames
345355
This parameter is available only in the cloud-based service.
346356

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

349361
```yaml
350362
Type: SwitchParameter

0 commit comments

Comments
 (0)