How to Create a Report of Distribution Lists and their Owners

MVP

 

In this post, we explore how to use PowerShell to create a report about distribution lists and their owners. The script is quick and dirty, but it works, and the code will run on both Exchange Online and Exchange Server and generates both HTML and CSV outputs. We also look at whether it's possible to speed things up by using Microsoft Graph API calls. As it turns out, because we're interested in owner information, it's no faster to retrieve distribution lists using the Graph. However, as shown in a second script, the Graph is great at retrieving membership information.

https://office365itpros.com/2021/08/16/create-report-exchange-distribution-lists/

0 Replies