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/Get-CsTeamsInteropPolicy.md
+43-25Lines changed: 43 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -13,21 +13,33 @@ Important:
13
13
14
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
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:
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.
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:
@@ -37,16 +49,22 @@ Grant TeamsInteropPolicy and TeamsUpgradePolicy together as noted below to manag
37
49
38
50
- Coordinate granting of TeamsUpgradePolicy and TeamsInteropPolicy:
Grant instance of TeamsUpgradePolicy using mode: Islands
55
+
Grant instance of TeamsInteropPolicy: DisallowOverrideCallingDefaultChatDefault
56
+
```
57
+
58
+
```
59
+
Grant instance of TeamsUpgradePolicy using mode: SfBonly, SfBWithTeamsCollab
60
+
Grant instance of TeamsInteropPolicy: DisallowOverrideCallingSfbChatSfb
61
+
```
62
+
63
+
```
64
+
Grant instance of TeamsUpgradePolicy using mode: TeamsOnly
65
+
Grant instance of TeamsInteropPolicy: DisallowOverrideCallingTeamsChatTeams
66
+
```
67
+
50
68
51
69
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.
52
70
@@ -56,9 +74,9 @@ This cmdlet Determines how calls are routed between Skype for Business and Micro
56
74
57
75
Note: This document is provided for early evaluation of Calling Plans support for Microsoft Teams. TeamsInteropPolicy does not currently respect the policy’s chat settings and the current implementation may change in the future.
0 commit comments