distribution lists

TA.Saurabh.Singh 41 Reputation points
2022-11-17T04:37:19.533+00:00

How to export distribution lists including owners from O365 admin cent..

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,165 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,335 questions
{count} votes

1 answer

Sort by: Most helpful
  1. KyleXu-MSFT 26,206 Reputation points
    2022-11-18T02:09:44.723+00:00

    @TA.Saurabh.Singh

    You cannot export the Owner from the admin center. If you want to export the group name and owner, I suggest you connect to Exchange online PowerShell, then run command below to export those data:

    Get-DistributionGroup | select Name,PrimarySmtpAddress,ManagedBy | Export-Csv c:/temp/group.csv -NoTypeInformation  
    

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


    0 comments No comments