Kayıtlar

Export etiketine sahip yayınlar gösteriliyor

Export all distribution Group and All members using PS Script-Exchange 2007&2010

Resim
Script Supports - Exchange 2007,2010,2013 In some situations we had to Export all the Distribution group and all the members of it to a CSV file I have wrote a script which will make Exchange Administrators life Easy Change LogV1.1, 02/07/2014 - Added "Enter the Distribution Group name with Wild Card" .Requires -version 2 – Runs in Exchange Management Shell .\DistributionGroupMemberReport.ps1 – It Can Display all the Distribution Group and its members on a List Or It can Export to a CSV file Download the Script Browse the Shell to the Appropriate Location Run it as above Output of CSV file look like Below You can add some more entries if required PowerShell <#    .Requires -version 2 - Runs in Exchange Management Shell    .SYNOPSIS  .\DistributionGroupMemberReport.ps1 - It Can Display all the Distribution Group and its members on a List    Or It can Export to a CSV file      Example 1    [PS] C:\DG>.\DistributionGroupMemberReport.ps1      D