teams
3 TopicsGet AzADGroupMembers from nested groups
Hi, I'm trying to get all members of a group (including nested groups members) to add to a teams private channel. We have a script to add members of a group to a private channel, but it will not add nested groups members. $members = Get-AzADGroupMember -ObjectId 'source_groupID_here' | select mail $tal = 0 foreach ($member in $members) { $User = $member.mail Add-TeamChannelUser -GroupId 'teams_groupID_here' -DisplayName 'Private_channel_name' -user $User $tal += 1 } $tal Is there a way to add those who are members of the nested groups without having to add each nested group individually?17KViews1like3CommentsWindows Virtual Desktop - Teams and Skype
Hello Everyone, I am looking for any tips that will allow me to install and use Teams and Skype for Business on Azure Windows Virtual Desktop? Is this available? Currently after installation apps do not see microphone or camera - web browser is not asking me about permissions for microphone and camera. Regards, Wojciech10KViews0likes10CommentsSet permissions by team / board
Hello, I currently have 4 different teams and 4 boards (1 for each team) in one Azure DevOps project. Currently, I am able to access all four boards, despite being on 1 team. Is there a way to configure permissions so that I can only see the boards that belong to teams I'm on? Thanks, Al1KViews1like0Comments