Читать книгу MCA Microsoft 365 Teams Administrator Study Guide - Ben Lee - Страница 69
EXERCISE 1.3 Connecting to Teams PowerShell
ОглавлениеIn this exercise, you will set up and connect to the Teams PowerShell management interface.
1 Open a PowerShell window with administrative permissions.
2 Install the Microsoft Teams module using this:Install-Module -Name MicrosoftTeams
3 Connect to the Teams PowerShell interface using this:Connect-MicrosoftTeams
4 Return a list of teams in your environment using this:Get-Team
5 Now connect to Skype for Business Online using this:$SfBOnlineSession = New-CsOnlineSession Import-PSSession $SfBOnlineSession
6 Return a list of online users using this:Get-CsOnlineUser