diff --git a/exchange/exchange-ps/exchange/Get-DistributionGroup.md b/exchange/exchange-ps/exchange/Get-DistributionGroup.md index 601c6b2a36..d91f0fd648 100644 --- a/exchange/exchange-ps/exchange/Get-DistributionGroup.md +++ b/exchange/exchange-ps/exchange/Get-DistributionGroup.md @@ -32,6 +32,7 @@ Get-DistributionGroup [-Anr ] [-IncludeAcceptMessagesOnlyFromWithDisplayNames] [-IncludeBypassModerationFromSendersOrMembersWithDisplayNames] [-IncludeGrantSendOnBehalfToWithDisplayNames] + [-IncludeManagedByWithDisplayNames] [-IncludeModeratedByWithDisplayNames] [-OrganizationalUnit ] [-ReadFromDomainController] @@ -52,6 +53,7 @@ Get-DistributionGroup [[-Identity] ] [-IncludeAcceptMessagesOnlyFromWithDisplayNames] [-IncludeBypassModerationFromSendersOrMembersWithDisplayNames] [-IncludeGrantSendOnBehalfToWithDisplayNames] + [-IncludeManagedByWithDisplayNames] [-IncludeModeratedByWithDisplayNames] [-OrganizationalUnit ] [-ReadFromDomainController] @@ -71,6 +73,7 @@ Get-DistributionGroup [-Credential ] [-IncludeAcceptMessagesOnlyFromWithDisplayNames] [-IncludeBypassModerationFromSendersOrMembersWithDisplayNames] [-IncludeGrantSendOnBehalfToWithDisplayNames] + [-IncludeManagedByWithDisplayNames] [-IncludeModeratedByWithDisplayNames] [-ManagedBy ] [-OrganizationalUnit ] @@ -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. diff --git a/exchange/exchange-ps/exchange/Get-DynamicDistributionGroup.md b/exchange/exchange-ps/exchange/Get-DynamicDistributionGroup.md index d988b7788e..4dfc211e99 100644 --- a/exchange/exchange-ps/exchange/Get-DynamicDistributionGroup.md +++ b/exchange/exchange-ps/exchange/Get-DynamicDistributionGroup.md @@ -31,6 +31,7 @@ Get-DynamicDistributionGroup [-Anr ] [-IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames] [-IncludeAcceptMessagesOnlyFromWithDisplayNames] [-IncludeBypassModerationFromSendersOrMembersWithDisplayNames] + [-IncludeManagedByWithDisplayNames] [-IncludeGrantSendOnBehalfToWithDisplayNames] [-IncludeModeratedByWithDisplayNames] [-IncludeSystemObjects] @@ -53,6 +54,7 @@ Get-DynamicDistributionGroup [[-Identity] ] [-IncludeAcceptMessagesOnlyFromWithDisplayNames] [-IncludeBypassModerationFromSendersOrMembersWithDisplayNames] [-IncludeGrantSendOnBehalfToWithDisplayNames] + [-IncludeManagedByWithDisplayNames] [-IncludeModeratedByWithDisplayNames] [-IncludeSystemObjects] [-OrganizationalUnit ] @@ -74,6 +76,7 @@ Get-DynamicDistributionGroup [-ManagedBy ] [-IncludeAcceptMessagesOnlyFromWithDisplayNames] [-IncludeBypassModerationFromSendersOrMembersWithDisplayNames] [-IncludeGrantSendOnBehalfToWithDisplayNames] + [-IncludeManagedByWithDisplayNames] [-IncludeModeratedByWithDisplayNames] [-IncludeSystemObjects] [-OrganizationalUnit ] @@ -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.