Additional features, settings, or issues not covered by specific Microsoft Teams categories
Hi @Vinod Survase ,
Actually this cmdlet does exist, in preview versions.
https://learn.microsoft.com/en-us/powershell/module/teams/get-teamchanneluser?view=teams-ps
So you gonna uninstall the MicrosoftTeams powershell and install a preview version:
Uninstall-Module MicrosoftTeams
Install-Module MicrosoftTeams -AllowPrerelease -RequiredVersion "2.4.1-preview"
Best regards,
Lou
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.