New-ADGroup vs. New-DistributionGroup difference when creating Email Distribution List ?

EnterpriseArchitect 6,041 Reputation points
2022-09-12T05:35:03.893+00:00

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?

Any help would be greatly appreciated.

Thank you in advance.

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,188 questions
Exchange | Exchange Server | Management
Exchange | Hybrid management
0 comments No comments
{count} votes

Accepted answer
  1. Andy David - MVP 157.8K Reputation points MVP Volunteer Moderator
    2022-09-12T12:59:49.757+00:00

    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...)

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. 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.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.