Skip to content

Commit a1cf188

Browse files
authored
Merge pull request #12843 from MicrosoftDocs/MB-chrisda
Mb-chrisda to Main
2 parents 2b3a34e + 565d1c7 commit a1cf188

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Get-DistributionGroup [-Anr <String>]
3232
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
3333
[-IncludeBypassModerationFromSendersOrMembersWithDisplayNames]
3434
[-IncludeGrantSendOnBehalfToWithDisplayNames]
35+
[-IncludeManagedByWithDisplayNames]
3536
[-IncludeModeratedByWithDisplayNames]
3637
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
3738
[-ReadFromDomainController]
@@ -52,6 +53,7 @@ Get-DistributionGroup [[-Identity] <DistributionGroupIdParameter>]
5253
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
5354
[-IncludeBypassModerationFromSendersOrMembersWithDisplayNames]
5455
[-IncludeGrantSendOnBehalfToWithDisplayNames]
56+
[-IncludeManagedByWithDisplayNames]
5557
[-IncludeModeratedByWithDisplayNames]
5658
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
5759
[-ReadFromDomainController]
@@ -71,6 +73,7 @@ Get-DistributionGroup [-Credential <PSCredential>]
7173
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
7274
[-IncludeBypassModerationFromSendersOrMembersWithDisplayNames]
7375
[-IncludeGrantSendOnBehalfToWithDisplayNames]
76+
[-IncludeManagedByWithDisplayNames]
7477
[-IncludeModeratedByWithDisplayNames]
7578
[-ManagedBy <GeneralRecipientIdParameter>]
7679
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
@@ -337,6 +340,26 @@ Accept pipeline input: False
337340
Accept wildcard characters: False
338341
```
339342

343+
### -IncludeManagedByWithDisplayNames
344+
This parameter is available only in the cloud-based service.
345+
346+
The IncludeManagedByWithDisplayNames switch specifies whether to return the SMTP addresses and display names of group owners in the ManagedByWithDisplayNames property. You don't need to specify a value with this switch.
347+
348+
This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, the ManagedByWithDisplayNames property is empty.
349+
350+
```yaml
351+
Type: SwitchParameter
352+
Parameter Sets: (All)
353+
Aliases:
354+
Applicable: Exchange Online
355+
356+
Required: False
357+
Position: Named
358+
Default value: None
359+
Accept pipeline input: False
360+
Accept wildcard characters: False
361+
```
362+
340363
### -IncludeModeratedByWithDisplayNames
341364
This parameter is available only in the cloud-based service.
342365

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Get-DynamicDistributionGroup [-Anr <String>]
3131
[-IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames]
3232
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
3333
[-IncludeBypassModerationFromSendersOrMembersWithDisplayNames]
34+
[-IncludeManagedByWithDisplayNames]
3435
[-IncludeGrantSendOnBehalfToWithDisplayNames]
3536
[-IncludeModeratedByWithDisplayNames]
3637
[-IncludeSystemObjects]
@@ -53,6 +54,7 @@ Get-DynamicDistributionGroup [[-Identity] <DynamicGroupIdParameter>]
5354
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
5455
[-IncludeBypassModerationFromSendersOrMembersWithDisplayNames]
5556
[-IncludeGrantSendOnBehalfToWithDisplayNames]
57+
[-IncludeManagedByWithDisplayNames]
5658
[-IncludeModeratedByWithDisplayNames]
5759
[-IncludeSystemObjects]
5860
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
@@ -74,6 +76,7 @@ Get-DynamicDistributionGroup [-ManagedBy <GeneralRecipientIdParameter>]
7476
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
7577
[-IncludeBypassModerationFromSendersOrMembersWithDisplayNames]
7678
[-IncludeGrantSendOnBehalfToWithDisplayNames]
79+
[-IncludeManagedByWithDisplayNames]
7780
[-IncludeModeratedByWithDisplayNames]
7881
[-IncludeSystemObjects]
7982
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
@@ -351,6 +354,26 @@ Accept pipeline input: False
351354
Accept wildcard characters: False
352355
```
353356

357+
### -IncludeManagedByWithDisplayNames
358+
This parameter is available only in the cloud-based service.
359+
360+
The IncludeManagedByWithDisplayNames switch specifies whether to return the SMTP addresses and display names of group owners in the ManagedByWithDisplayNames property. You don't need to specify a value with this switch.
361+
362+
This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, the ManagedByWithDisplayNames property is empty.
363+
364+
```yaml
365+
Type: SwitchParameter
366+
Parameter Sets: (All)
367+
Aliases:
368+
Applicable: Exchange Online
369+
370+
Required: False
371+
Position: Named
372+
Default value: None
373+
Accept pipeline input: False
374+
Accept wildcard characters: False
375+
```
376+
354377
### -IncludeModeratedByWithDisplayNames
355378
This parameter is available only in the cloud-based service.
356379

0 commit comments

Comments
 (0)