PowerShell Screen below:
Command:
Install-Module MicrosoftTeams
*Accept the repository change if required.
Command:
Import-Module MicrosoftTeams
Command:
Set-ExecutionPolicy RemoteSigned
Enter a
for "Yes to All"
$credential = Get-Credential
#Connect to Microsoft Teams
Connect-MicrosoftTeams -Credential $credential
#Connection to Skype for Business Online and import into Ps session
$session = New-CsOnlineSession -Credential $credential
Import-PsSession $session
Commands: (run as admin)
Set-ExecutionPolicy RemoteSigned
Image comming soon
Import-Module SkypeOnlineConnector
Image comming soon
$session = New-CsOnlineSession -Credential $cred -OverrideAdminDomain "yourdomain(example: xxxx.onmicrosoft.com
"
Import-PSSession $session
Image comming soon