personally, I would always use the Exchange mgmt tools ( EAC or Powershell ) to manage and create all mail-enabled objects including distribution groups. It ensures that all the necessary attributes are populated. ( ShowInAddressBook, moderation, allowed senders etc...)
New-ADGroup vs. New-DistributionGroup difference when creating Email Distribution List ?

People,
I am using Hybrid OnPremise Exchange 2016 and Exchange Online, the Identity part is also using OnPremise AD DS synched to Azure AD using Azure AD Connect.
All mailboxes have been migrated to Exchange Online, hence the Exchange Server On-premise is just to perform the Remote mailbox enablement.
What are the differences and which one should I use to create synchronized (Hybrid) Email DLs?
- New-ADGroup: https://learn.microsoft.com/en-us/powershell/module/activedirectory/new-adgroup
- New-DistributionGroup: https://learn.microsoft.com/en-us/powershell/module/exchange/new-distributiongroup
Any help would be greatly appreciated.
Thank you in advance.
Exchange Online
Exchange | Exchange Server | Management
Exchange | Hybrid management
-
Andy David - MVP 157.8K Reputation points MVP Volunteer Moderator
2022-09-12T12:59:49.757+00:00
1 additional answer
Sort by: Most helpful
-
Andy David - MVP 157.8K Reputation points MVP Volunteer Moderator
2022-09-12T11:49:09.787+00:00 Use the Exchange commands Distributiongroup if you want DLs. (New-DistributionGroup, Enable-distributiongroup etc..)
The ADGroup commands do not create mail-enabled objects.