Skip to content
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.

Commit

Permalink
ExportDLMembershipToCSV.ps1 updated
Browse files Browse the repository at this point in the history
  • Loading branch information
cunninghamp committed Jan 12, 2015
1 parent 3baa60d commit 31619e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ExportDLMembershipToCSV/ExportDLMembershipToCSV.ps1
@@ -0,0 +1 @@
Get-DistributionGroup | %{$dlname = $_.Name; Get-DistributionGroupMember $dlname | select Identity,DisplayName,PrimarySMTPAddress | Export-CSV -path "$dlname.csv" -NoTypeInformation}

0 comments on commit 31619e6

Please sign in to comment.