Skip to content

Instantly share code, notes, and snippets.

@wictorwilen
Created February 11, 2020 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wictorwilen/6b2251c25cb2dde0bffa40b5a8e6ba67 to your computer and use it in GitHub Desktop.
Save wictorwilen/6b2251c25cb2dde0bffa40b5a8e6ba67 to your computer and use it in GitHub Desktop.
List all Microsoft Teams members e-mail
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