How to get distribution list sign-in and accessibility report via PowerShell or GUI or any other way from EXO?

Vinod Survase 4,811 Reputation points
2023-09-28T03:30:48.2366667+00:00

How to get distribution list sign-in and accessibility report via PowerShell or GUI or any other way from EXO?

Exchange Online
Exchange Online
A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.
Microsoft 365 and Office | Install, redeem, activate | For business | Windows
Exchange | Exchange Server | Management
Exchange | Exchange Server | Management
The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.
Exchange | Other
Exchange | Other
A powerful email and collaboration platform developed by Microsoft, designed to support enterprise-level communication and productivity. Miscellaneous topics that do not fit into specific categories.
{count} votes

1 answer

Sort by: Most helpful
  1. Jarvis Sun-MSFT 10,266 Reputation points Microsoft External Staff
    2023-09-28T08:07:07.2366667+00:00

    Hi @Vinod Survase ,

    Welcome to our Q&A forum!

    To get a distribution list sign-in and accessibility report from Exchange Online (EXO), you can use the Get-DistributionGroup cmdlet, it allows you to view existing distribution groups or mail-enabled security groups. You can also use the Get-DistributionGroupMember cmdlet to view the members of a group. Such as:

    Get-DistributionGroup -Identity "Distribution Group" | Format-List
    

    For more information about these cmdlets, please refer to: https://learn.microsoft.com/en-us/powershell/module/exchange/get-distributiongroup?view=exchange-ps

    Another way is using the Graph API to retrieve the set of distribution lists. It is faster but more complex. You can refer to this blog: https://office365itpros.com/2021/08/16/report-exchange-distribution-lists/

    Hope the above can help.


    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

Your answer

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