Hello everyone,
I recently needed to get a list of all Microsoft Teams a particular user was member of. First, I thought that I was going to need loops in order to loop in every single MS Teams of the tenant. But after reading the documentation, I found the parameter User on the cmdlet Get-Team that can be use to list all the Teams a user is member of 🙂
Connect-MicrosoftTeams
Get-Team -User "[email protected]"

Votre commentaire