

- #INTEGRATE SKYPE FOR BUSINESS WITH OFFICE 365 INSTALL#
- #INTEGRATE SKYPE FOR BUSINESS WITH OFFICE 365 UPDATE#
Once a remote connection is made and the cmdlets are imported into a session, you can use policy management cmdlets like Get-CsTeamsMeetingPolicy and Cs-TeamsMessagingPolicy. In general, it’s best to use the latest version of a module but test it first! This version doesn’t require using New-CsOnlineSession to connect to the management end point.

#INTEGRATE SKYPE FOR BUSINESS WITH OFFICE 365 UPDATE#
Update March 6, 2021: Microsoft has updated the Teams PowerShell module to V2.0. Import-PsSession $TeamsPolicySession -AllowClobber
#INTEGRATE SKYPE FOR BUSINESS WITH OFFICE 365 INSTALL#
To use the cmdlets used for Teams policy management, you don’t need to connect to Teams before connecting to the Skype for Business Online endpoint all that’s necessary is to install the latest version of the Teams PowerShell module and run these commands (Figure 1): $TeamsPolicySession = New-CsOnlineSession -Credential $O365Cred Launched in September, version 1.1.16 and future versions contain New-CsOnlineSession and other cmdlets previously found in the connector: Get-Command -Module MicrosoftTeams -Name *-Cs*įunction Get-CsBatchPolicyAssignmentOperation 1.1.6 MicrosoftTeamsįunction Get-CsGroupPolicyAssignment 1.1.6 MicrosoftTeamsįunction Get-CsUserPolicyAssignment 1.1.6 MicrosoftTeamsįunction New-CsBatchPolicyAssignmentOperation 1.1.6 MicrosoftTeamsįunction New-CsGroupPolicyAssignment 1.1.6 MicrosoftTeamsįunction Remove-CsGroupPolicyAssignment 1.1.6 MicrosoftTeamsĬmdlet Get-CsOnlinePowerShellEndpoint 1.1.6 MicrosoftTeamsĬmdlet Get-CsPolicyPackage 1.1.6 MicrosoftTeamsĬmdlet Get-CsUserPolicyPackage 1.1.6 MicrosoftTeamsĬmdlet Get-CsUserPolicyPackageRecommendation 1.1.6 MicrosoftTeamsĬmdlet Grant-CsUserPolicyPackage 1.1.6 MicrosoftTeamsĬmdlet New-CsBatchPolicyPackageAssignmentOperation 1.1.6 MicrosoftTeamsĬmdlet New-CsOnlineSession 1.1.6 MicrosoftTeams The Teams PowerShell module replaces the connector. Teams PowerShell Module Replaces Connector Allowing users to record personal meetings.Controlling the background effects people can choose in Teams meetings.Bulk assignment of policy settings to user accounts.Teams shares a common policy framework with Skype for Business Online, which means that to interact with Teams management policies through PowerShell, many scripts use the Skype for Business Online Connector.īefore the Connector is retired, organizations need to check any PowerShell scripts used to manage Teams management policies, such as: Documented in Office 365 notification MC230065 on 15 December, Microsoft will retire the Skype for Business Online connector on 15 February 2021. Once a connection is made, the cmdlets used for policy management can be imported into a session and used. The Skype for Business Connector includes the New-CsOnlineSession cmdlet, used to establish a new remote connection to the Skype for Business Online endpoint. Or, if they’re really brave, moving to a different communications platform. Organizations should now be well on the way to deploying and using Teams to replace Skype for Business Online. Part of Skype for Business Online Retirement Process Figure 1: Running the New-CsOnlineSession cmdletĪs has been well advertised, Microsoft will retire Skype for Business Online on July 31, 2021. The Missing Enable-CsOnlineSessionForReconnection Cmdlet.Teams PowerShell Module Replaces Connector.Part of Skype for Business Online Retirement Process.
