From 9549d66c5d757ca28e897477c339085de4f0ef56 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Tue, 1 Jul 2025 12:03:09 -0700 Subject: [PATCH 1/2] IncludeManagedByWithDisplayNames --- .../exchange/Get-DistributionGroup.md | 23 +++++++++++++++++++ .../exchange/Get-DynamicDistributionGroup.md | 23 +++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/exchange/exchange-ps/exchange/Get-DistributionGroup.md b/exchange/exchange-ps/exchange/Get-DistributionGroup.md index 601c6b2a36..f05f347aa8 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 managers 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..988f160a36 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 managers 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. From ea19c10735c0390cf19244999ab9f6713b648f16 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Wed, 2 Jul 2025 08:10:27 -0700 Subject: [PATCH 2/2] IncludeManagedByWithDisplayNames managers to owners --- exchange/exchange-ps/exchange/Get-DistributionGroup.md | 2 +- exchange/exchange-ps/exchange/Get-DynamicDistributionGroup.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exchange/exchange-ps/exchange/Get-DistributionGroup.md b/exchange/exchange-ps/exchange/Get-DistributionGroup.md index f05f347aa8..d91f0fd648 100644 --- a/exchange/exchange-ps/exchange/Get-DistributionGroup.md +++ b/exchange/exchange-ps/exchange/Get-DistributionGroup.md @@ -343,7 +343,7 @@ 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 managers in the ManagedByWithDisplayNames property. You don't need to specify a value with this switch. +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. diff --git a/exchange/exchange-ps/exchange/Get-DynamicDistributionGroup.md b/exchange/exchange-ps/exchange/Get-DynamicDistributionGroup.md index 988f160a36..4dfc211e99 100644 --- a/exchange/exchange-ps/exchange/Get-DynamicDistributionGroup.md +++ b/exchange/exchange-ps/exchange/Get-DynamicDistributionGroup.md @@ -357,7 +357,7 @@ 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 managers in the ManagedByWithDisplayNames property. You don't need to specify a value with this switch. +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.