Skip to content

Update Get-DynamicDistributionGroup.md #12767

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 18 additions & 6 deletions exchange/exchange-ps/exchange/Get-DynamicDistributionGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,9 @@ Accept wildcard characters: False
### -IncludeAcceptMessagesOnlyFromDLMembersWithDisplayNames
This parameter is available only in the cloud-based service.

{{ Fill IncludeAcceptMessagesOnlyFromDLMembersWithDisplayNames Description }}
The IncludeAcceptMessagesOnlyFromDLMembersWithDisplayNames switch specifies whether to return the SMTP addresses and display names of AcceptMessagesOnlyFromDLMembers recipients in the AcceptMessagesOnlyFromDLMembersWithDisplayNames property. You don't need to specify a value with this switch.

This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, AcceptMessagesOnlyFromDLMembers recipients are shown as GUIDs and the AcceptMessagesOnlyFromDLMembersWithDisplayNames property is empty.

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

{{ Fill IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames Description }}
The IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames switch specifies whether to return the SMTP addresses and display names of AcceptMessagesOnlyFromSendersOrMembers recipients in the AcceptMessagesOnlyFromSendersOrMembersWithDisplayNames property. You don't need to specify a value with this switch.

This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, AcceptMessagesOnlyFromSendersOrMembers recipients are shown as GUIDs and the AcceptMessagesOnlyFromSendersOrMembersWithDisplayNames property is empty.

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

{{ Fill IncludeAcceptMessagesOnlyFromWithDisplayNames Description }}
The IncludeAcceptMessagesOnlyFromWithDisplayNames switch specifies whether to return the SMTP addresses and display names of AcceptMessagesOnlyFrom recipients in the AcceptMessagesOnlyFromWithDisplayNames property. You don't need to specify a value with this switch.

This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, AcceptMessagesOnlyFrom recipients are shown as GUIDs and the AcceptMessagesOnlyFromWithDisplayNames property is empty.

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

{{ Fill IncludeBypassModerationFromSendersOrMembersWithDisplayNames Description }}
The IncludeBypassModerationFromSendersOrMembersWithDisplayNames switch specifies whether to return the SMTP addresses and display names of BypassModerationFromSendersOrMembers recipients in the BypassModerationFromSendersOrMembersWithDisplayNames property. You don't need to specify a value with this switch.

This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, BypassModerationFromSendersOrMembers recipients are shown as GUIDs and the BypassModerationFromSendersOrMembersWithDisplayNames property is empty.

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

{{ Fill IncludeGrantSendOnBehalfToWithDisplayNames Description }}
The IncludeGrantSendOnBehalfToWithDisplayNames switch specifies whether to return the SMTP addresses and display names of GrantSendOnBehalfTo recipients in the GrantSendOnBehalfToWithDisplayNames property. You don't need to specify a value with this switch.

This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, GrantSendOnBehalfTo recipients are shown as GUIDs and the GrantSendOnBehalfToWithDisplayNames property is empty.

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

{{ Fill IncludeModeratedByWithDisplayNames Description }}
The IncludeModeratedByWithDisplayNames switch specifies whether to return the SMTP addresses and display names of ModeratedBy recipients in the ModeratedByWithDisplayNames property. You don't need to specify a value with this switch.

This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, ModeratedBy recipients are shown as GUIDs and the ModeratedByWithDisplayNames property is empty.

```yaml
Type: SwitchParameter
Expand Down