Skip to content

Commit 68ee7d7

Browse files
authored
Merge pull request #12767 from paisvivekanand/patch-12
Update Get-DynamicDistributionGroup.md
2 parents 19d8016 + 7bdaacd commit 68ee7d7

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 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.
258+
259+
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.
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 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.
278+
279+
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.
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 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.
298+
299+
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.
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 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.
318+
319+
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.
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 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.
338+
339+
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.
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 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.
358+
359+
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.
348360

349361
```yaml
350362
Type: SwitchParameter

0 commit comments

Comments
 (0)