Business Team was setting up a Teams channel with 250+ Partners. They reached out me saying there is not bulk upload support. After few search I found this Power Shell support.
It was quick and the job get done. Thanks to the Teams for enabling PowerShell.
Register-PSRepository -Name PSGalleryInt -SourceLocation https://www.poshtestgallery.com/ -InstallationPolicy Trusted
Install-Module -Name MicrosoftTeams -Repository PSGalleryInt -Force
Get-Module -Name MicrosoftTeams
Connect-MicrosoftTeams
Add-TeamUser -GroupId a51695fe-a4bf-49b0-887d-fbd60 -User "...@...com"
Add-TeamChannelUser -GroupId a51695fe-a4bf-4887d-7f79b81fbd60 -DisplayName " Events - Program Info" -User "..@...ch"
It was quick and the job get done. Thanks to the Teams for enabling PowerShell.
Register-PSRepository -Name PSGalleryInt -SourceLocation https://www.poshtestgallery.com/ -InstallationPolicy Trusted
Install-Module -Name MicrosoftTeams -Repository PSGalleryInt -Force
Get-Module -Name MicrosoftTeams
Connect-MicrosoftTeams
Add-TeamUser -GroupId a51695fe-a4bf-49b0-887d-fbd60 -User "...@...com"
Add-TeamChannelUser -GroupId a51695fe-a4bf-4887d-7f79b81fbd60 -DisplayName " Events - Program Info" -User "..@...ch"
No comments:
Post a Comment