You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skype/skype-ps/skype/Remove-CsTeamsInteropPolicy.md
+42-8Lines changed: 42 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,46 @@ schema: 2.0.0
9
9
10
10
## SYNOPSIS
11
11
12
-
Important:
13
-
- This cmdlet will be replaced by TeamsUpgradePolicy. As some components honor interop and others honor upgrade, during the transition this cmdlet must be used in combination with TeamsUpgradePolicy.
14
-
- Use only 1 of the 3 instances where the values for chat and calling preferred clients are the same and allow end user override = false. The others are no longer valid configurations.
15
-
- Use `remove-csteamsinteorppolicy` to undo customization of global interoppolicy.
12
+
Important:
13
+
14
+
TeamsInteropPolicy is being replaced by TeamsUpgradePolicy. During the transition, some components will honor TeamsInteropPolicy while others honor TeamsUpgradePolicy. Therefore, use of these 2 policies must be coordinated during the transition. After transition is complete, TeamsInteorpPolicy will be removed. To prepare for these upcoming changes, customers should do the following:
15
+
16
+
Ensure users with TeamsInteropPolicy are assigned only one of these 3 built-in instances for which CallingDefaultClient = ChatDefaultClient, and for which AllowEndUserClientOverride = false. The other instances are no longer valid configurations and will not be supported. The valid instances are:
If you customized the built-in global policy, undo this by running `Remove-CsTeamsInteropPolicy`. This will remove the tenant-specific global policy and revert back to the system-wide built-in policy (which cannot be removed). Use the following syntax:
34
+
Remove-CsTeamsInteropPolicy -Identity Global
35
+
36
+
Grant TeamsInteropPolicy and TeamsUpgradePolicy together as noted below to manage users:
37
+
38
+
- Coordinate granting of TeamsUpgradePolicy and TeamsInteropPolicy:
In particular, if you grant the TeamsUpgradePolicy instance “UpgradeToTeams” (Mode =TeamsOnly) to any user, you must also grant the DisallowOverrideCallingTeamsChatTeams instance of TeamsInteropPolicy to ensure the user can receive chats and calls.
16
52
17
53
18
54
Determines how calls are routed between Skype for Business and Microsoft Teams. This cmdlet s typically used by organizations that have users on both Skype for Business and Microsoft Teams and want to configure how calls are handled in their organization.
@@ -36,9 +72,10 @@ Teams interop policy can be configured to keep voice communications in Teams and
36
72
37
73
For comprehensive documentation on this policy and it’s settings, see [Microsoft Teams and Skype for Business Interoperability](https://docs.microsoft.com/MicrosoftTeams/teams-and-skypeforbusiness-interoperability).
38
74
75
+
39
76
## EXAMPLES
40
77
41
-
### Example 1
78
+
### -------------------------- Example 1 --------------------------
@@ -165,13 +201,11 @@ Interoperability between Teams and Skype for Business is supported between users
165
201
Interop support for Skype for Business Hybrid does not include Hybrid Voice capabilities delivered through CCE (Cloud Connector Edition) or on-premises PSTN connectivity using existing deployment--or commonly called as OPCH (On Prem Config Hybrid).
166
202
Teams users cannot be enabled for PSTN calling capabilities using CCE or OPCH.
167
203
168
-
**IP Phone Support**
169
204
**IP Phone Support**
170
205
Currently, changing CallingDefaultClient to Teams will also affect calls to Skype for Business IP phones.
171
206
Incoming calls will not be received on the phones and will only ring Teams clients.
172
207
Please consult the [Skype for Business to Microsoft Teams Capabilities Roadmap](https://aka.ms/skype2teamsroadmap) for information about support for existing certified SIP phones.
173
208
174
-
175
209
## RELATED LINKS
176
210
177
211
[Skype for Business to Microsoft Teams Capabilities Roadmap](https://aka.ms/skype2teamsroadmap)
0 commit comments