Hi there At this post I'm covering Guest access on Office 365 Groups and Teams. I want to share with everyone some findings that could prove helpful to customers who are trying to limit Guest Access capabilities to their Teams, but still having the option/opportunity to have Guest Access for specified Teams. Make sure you're … Continue reading Guest Access on Groups and Teams
Month: April 2020
Microsoft Teams – auto assign users to a Team
Hi there At this post I'm covering how to auto assign users to a Team on Teams Steps Enable Users & Groups Sync from ADDS (Active Directory Domain Services) to Azure AD Create the Team on Teams Go to Azure AD Groups and check the Office 365 Group that corresponds to Team you've created on … Continue reading Microsoft Teams – auto assign users to a Team
Dynamically Add members to a Team’s Team.
Hi there One simple task that turn into a nightmare when you're managing medium to large environments on Teams it's how you manage membership group assignment and Teams' Team membership assignment. A company with 24.000 users with several Teams' Teams all over the company created by department globally asked to automate Team membership. First things … Continue reading Dynamically Add members to a Team’s Team.
Teams – Audio Conferencing
Hi there In this post I'm covering the Audio Conferencing feature at Microsoft Teams You use Audio Conferencing licenses when you need to add a regular phone number call into your Microsoft teams meetings. You can add phone dialing capability to online meeting or host phone only conference call using this feature. Audio conferencing is … Continue reading Teams – Audio Conferencing
Microsoft Teams – PowerShell #2
Hi there At this post I'm covering basic tasks on Microsoft Teams using PowerShell. 1. Connecting to Microsoft Teams - Available commands. #Microsoft Teams Management #install module Install-Module -Name MicrosoftTeams -Force #import module Import-Module MicrosoftTeams #connect teams Connect-MicrosoftTeams 2. Creating New Teams #create a private team name Team-01 New-Team -DisplayName “Team-01” -Visibility Private #create a … Continue reading Microsoft Teams – PowerShell #2