How Can We Help?

Categories

How to export members of distribution list to csv file

You are here:
< Back

Get-DistributionGroupMember -Identity “DISTRIBUTION LIST” | select name | Export-csv -path C:\temp\lista.txt -NoTypeInformation

Es.   Get-DistributionGroupMember -Identity “suppliers” | select name | Export-csv -path C:\temp\lista.txt -NoTypeInformation