Export all users for each Distribution Group I own into a csv
The below commands will extract all the Distribution groups I own. Get-DistributionGroup -ManagedBy [email protected] | Export-Csv -Path c:\temp\test.csv -NoTypeInformation Question: How can I expand this so that it it outputs all the members for each group that I own like ...