Wednesday, April 29, 2020

Get the list of Microsoft Teams Coexistence mode (Teams only, Island mode, Skype online)


1
2
3
4
5
6
Import-Module SkypeOnlineConnector
$userCredential = Get-Credential
$sfbSession = New-CsOnlineSession -Credential $userCredential
Import-PSSession $sfbSession

Get-CsOnlineUser | select DisplayName,UserPrincipalName,TeamsUpgradePolicy,TeamsUpgradeEffectiveMode | export-csv C:\Temp\TeamReportfile29.csv -NoTypeInformation

No comments:

Post a Comment

HTML

Script:

JS