Skip to content
Merged
Show file tree
Hide file tree
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
23 changes: 23 additions & 0 deletions exchange/exchange-ps/exchange/Get-DistributionGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Get-DistributionGroup [-Anr <String>]
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
[-IncludeBypassModerationFromSendersOrMembersWithDisplayNames]
[-IncludeGrantSendOnBehalfToWithDisplayNames]
[-IncludeManagedByWithDisplayNames]
[-IncludeModeratedByWithDisplayNames]
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
[-ReadFromDomainController]
Expand All @@ -52,6 +53,7 @@ Get-DistributionGroup [[-Identity] <DistributionGroupIdParameter>]
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
[-IncludeBypassModerationFromSendersOrMembersWithDisplayNames]
[-IncludeGrantSendOnBehalfToWithDisplayNames]
[-IncludeManagedByWithDisplayNames]
[-IncludeModeratedByWithDisplayNames]
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
[-ReadFromDomainController]
Expand All @@ -71,6 +73,7 @@ Get-DistributionGroup [-Credential <PSCredential>]
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
[-IncludeBypassModerationFromSendersOrMembersWithDisplayNames]
[-IncludeGrantSendOnBehalfToWithDisplayNames]
[-IncludeManagedByWithDisplayNames]
[-IncludeModeratedByWithDisplayNames]
[-ManagedBy <GeneralRecipientIdParameter>]
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
Expand Down Expand Up @@ -337,6 +340,26 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -IncludeManagedByWithDisplayNames
This parameter is available only in the cloud-based service.

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.

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.

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Applicable: Exchange Online

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -IncludeModeratedByWithDisplayNames
This parameter is available only in the cloud-based service.

Expand Down
23 changes: 23 additions & 0 deletions exchange/exchange-ps/exchange/Get-DynamicDistributionGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Get-DynamicDistributionGroup [-Anr <String>]
[-IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames]
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
[-IncludeBypassModerationFromSendersOrMembersWithDisplayNames]
[-IncludeManagedByWithDisplayNames]
[-IncludeGrantSendOnBehalfToWithDisplayNames]
[-IncludeModeratedByWithDisplayNames]
[-IncludeSystemObjects]
Expand All @@ -53,6 +54,7 @@ Get-DynamicDistributionGroup [[-Identity] <DynamicGroupIdParameter>]
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
[-IncludeBypassModerationFromSendersOrMembersWithDisplayNames]
[-IncludeGrantSendOnBehalfToWithDisplayNames]
[-IncludeManagedByWithDisplayNames]
[-IncludeModeratedByWithDisplayNames]
[-IncludeSystemObjects]
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
Expand All @@ -74,6 +76,7 @@ Get-DynamicDistributionGroup [-ManagedBy <GeneralRecipientIdParameter>]
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
[-IncludeBypassModerationFromSendersOrMembersWithDisplayNames]
[-IncludeGrantSendOnBehalfToWithDisplayNames]
[-IncludeManagedByWithDisplayNames]
[-IncludeModeratedByWithDisplayNames]
[-IncludeSystemObjects]
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
Expand Down Expand Up @@ -351,6 +354,26 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -IncludeManagedByWithDisplayNames
This parameter is available only in the cloud-based service.

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.

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.

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Applicable: Exchange Online

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -IncludeModeratedByWithDisplayNames
This parameter is available only in the cloud-based service.

Expand Down