Created
February 11, 2020 10:06
-
-
Save wictorwilen/6b2251c25cb2dde0bffa40b5a8e6ba67 to your computer and use it in GitHub Desktop.
List all Microsoft Teams members e-mail
This file contains 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
Install-Module -Name MicrosoftTeams -Force | |
Connect-MicrosoftTeams | |
Get-Team -User <username> | |
Get-TeamUser -GroupId <id> | ft User |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment