Could someone help.
I have setup powershell and have managed to pull some information from a Distribution list. RunspaceID, Identity, Alias etc.
Get-DistributionGroupMember *****@****************.com | Export-CSV C:\data.csv
I am looking for specifically the parameters I need to set to only see the members of the distribution group and their email addresses.
Can anyone help?