Forum Discussion
Exchange Online Quick Tip: Export all distribution lists with members to a CSV file!
TomWechsler Thanks for the post! I stumbled on this page when looking for a way to set a value for each DL that I have. (a loop through each DL, to run this command for each DL, without having to type each DL name:
Get-DistributionGroup "<DistributionGroupName>" -ReportToManagerEnabled $true -ReportToOriginatorEnabled $false
A few questions if you don't mind!
1) the script you offer to export all DLs.... That's not listed, ready to go, right? I need to get it from your github?
2) Github has always confused me. I click on your link and see loads of repositories (thanks for sharing). Trying to find this script... is there a easy way?
I search in repositories on the word export. nothing comes up.
Scrolling in the list, you have several related to m365 - for example,
https://github.com/tomwechsler/Microsoft365
How does someone know what each file does? The readme.md doesn't have info. I need to get each file, and read the comments?
Thanks!