This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.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 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.Requires -version 2 - Connect-MicrosoftTeams and then Run the script in Powershell | |
Updated on 28 Feb 2021 | |
.SYNOPSIS | |
.\TeamsChannelMemberReport.ps1 - It Can Display all the Teams and its Channels and its members on a List | |
Or It can Export to a CSV file | |
With Export of Specific teams |