July 2018
Beginner
552 pages
13h 18m
English
Microsoft Teams is a chat and collaboration platform designed to simplify group work. In comparison to the previous services, Teams comes together with O365 bundles, as shown in the following screenshot:
https://docs.microsoft.com/en-us/microsoftteams/office-365-licensing:

Setting up a connection to Microsoft Teams works in a similar way to the previous services. There is a dedicated PowerShell module available named MicrosoftTeams, which brings us to the following code:
#Install PowerShell module for TeamsInstall-Module MicrosoftTeams -Force#Credentials to connect to online service$UserCredential = Get-Credential -UserName ...
Read now
Unlock full access