Skip to content

Commit 153474f

Browse files
authored
Merge pull request #12765 from paisvivekanand/patch-11
Update Get-DistributionGroup.md
2 parents 6039f3c + a70c461 commit 153474f

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 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.
244+
245+
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.
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 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.
264+
265+
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.
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 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.
284+
285+
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.
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 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.
304+
305+
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.
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 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.
324+
325+
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.
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 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.
344+
345+
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.
334346

335347
```yaml
336348
Type: SwitchParameter

0 commit comments

Comments
 (0)