How to Migrate distribution lists to Office 365 Groups in Outlook

by bluefrovd

Office 365 is one of the most widely utilized technologies nowadays. It has the ability to manage thousands of users and accounts. Based on the purpose and capabilities of Office 365, there are three basic user groups, i.e. distribution groups, dynamic distribution groups, security groups. Distribution lists and Office 365 groups are the most popular.

For years, organizations used distribution groups to communicate and collaborate with a group of people inside and outside of the company. However, Office 365 Groups in Outlook provides a more robust solution for communication and work.

Though Office 365 groups and Distribution lists serve the same goal, Office 365 groups are more advanced versions of Distribution lists. As a result, distribution lists are rapidly becoming obsolete, and users want to migrate distribution lists to Office 365 Group.

If you’re new to Office 365, let me differentiate between Office 365 groups and distribution lists for you.

Office 365 Group vs Distribution List

Office 365 Groups: In office 365 groups, you can add members you want to work and communicate with. By doing this, you can easily share resources with those people. Also, when you add people to Microsoft 365 group, you automatically provide them permission to read and edit the data shared in the group.

Office 365 Distribution List: A distribution list is basically a list of email addresses, and when you need to share an email with your group, then instead of typing users’ email one by one, you can enter distribution list email address, and your email will automatically send to all email addresses distribution list contains. Distribution lists are also known as Distribution Groups.

After reading this, many of you might think if both features have the same goal, then why to migrate distribution groups to Office 365 groups.

Features that make Office 365 groups a more advanced feature than distribution groups

Shared Inbox: Yes, in Office 365 group, you can create a shared mailbox that will be fully searchable. Hence it serves as a living archive of the group’s communications. Newbies of the group can search or scroll to see the previous chats. In the distribution list, emails get distributed to users’ mailbox instead of saving them in the Shared mailbox.

Shared Calendar: Office 365 group has a shared calendar where you can post events related to the group. In the shared calendar when you post an event, all the group members will be automatically invited, and this event will also appear on their personal calendar.

Guest Access:  Office 365 allows adding external contacts to the group, and they can access all the conversations and other content of the group.

Content is Discoverable: Office 365 groups in Outlook are public by default. Hence anyone in your organization can easily discover, join, and review the group‘s content. But if you think the group contains sensitive or any other crucial details, you can private the group.

Shared Files Library: In Office 365 groups, you can create a shared files library, where added members can store and work on files, documents, images, and other business and other related things they are working on or need to work on.

These are just a few features users get in Office 365 groups and probably the reasons for migrating distribution lists to Office 365 groups. Now let’s move towards ways to convert distribution group to shared mailbox (Office 365 groups).

Approaches to migrate Distribution lists to Office 365 Groups

There are two known ways to upgrade distribution lists to Office 365 by using which you can get access to all the functionality and features of the Office 365 group. You can do it using the Exchange Admin center and PowerShell cmdlet.  

EAC to upgrade single or multiple Distribution lists into Office 365 Groups

  • Go to the Exchange admin center. Distribution lists into Office 365 Groups img-1
  • Now click on the Recipients from the left pane and select Groups. Distribution lists into Office 365 Groups img-2
  • In the following Window, select the Distribution list option. Distribution lists into Office 365 Groups img-3
  • Now check the DL you want to upgrade into Office 365 group and click on the Upgrade Distribution Group option. Distribution lists into Office 365 Groups img-4

Words of Warning: Migrating Distribution lists to Office 365 groups is a permanent change; cannot be undone.

It’s an easy process to migrate the distribution list to Office 365 group, but in Exchange Admin Center, you can only upgrade one DL at a time. For multiple DL upgrades, use PowerShell cmdlet.

PowerShell to migrate several DL at a time

Only use PowerShell cmdlets if you’re experienced in it, otherwise, do it from EAC. 

Run the following command to migrate a single distribution group
Upgrade-DistributionGroup -DlIdentities<Dl SMTP address>
For multiple DL upgrades, use the following:
Upgrade-DistributionGroup -DlIdentities<DL SMTP address1>, <DL SMTP address2>, <DL SMTP address3>, <DL SMTP address4>
To get and upgrade all eligible Distribution Groups:
Get-EligibleDistributionGroupForMigration | Foreach-Object { Upgrade-DistributionGroup -DlIdentities $_.PrimarySMTPAddress } 
To get all DL and upgrade only eligible Distribution lists
Get-DistributionGroup| Foreach-Object { Upgrade-DistributionGroup -DlIdentities $_.PrimarySMTPAddress } 
PowerShell cmdlets to check which Distribution list is eligible to upgrade:
Get-EligibleDistributionGroupForMigration

 To check whether a distribution list is eligible for migration in Office 365 group:

Get-DistributionGroup<DL SMTP address> | Get-EligibleDistributionGroupForMigration

These are the PowerShell cmdlets to migrate the Distribution list to Office 365 group and get access to advanced features.  

Distribution list migration to other email clients and Office 365 tenants:

If you want to migrate these DL/Office 365 groups, then you can use the Shoviv Office 365 migration tool. It allows the migration of Office 365 groups into different targets, such as Exchange Server mailboxes, Outlook PST files, Outlook profile, and other Office 365 mailboxes.  

Last but not least

Microsoft 365 offers several useful tools and capabilities to enhance user experience. For more information about each of these benefits, keep reading our blogs.

 

You may also like