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
+55-5Lines changed: 55 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ schema: 2.0.0
9
9
10
10
## SYNOPSIS
11
11
12
-
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.
12
+
This cmdlet 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.
13
13
14
14
15
15
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.
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:
33
+
34
+
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:
60
+
Remove-CsTeamsInteropPolicy -Identity Global
61
+
62
+
Grant TeamsInteropPolicy and TeamsUpgradePolicy together as noted below to manage users:
63
+
64
+
- Coordinate granting of TeamsUpgradePolicy and TeamsInteropPolicy:
65
+
66
+
67
+
**Grant instance of TeamsUpgradePolicy using mode: Islands**
68
+
**Grant instance of TeamsInteropPolicy: DisallowOverrideCallingDefaultChatDefault**
69
+
70
+
**Grant instance of TeamsUpgradePolicy using mode: SfBonly, SfBWithTeamsCollab**
71
+
**Grant instance of TeamsInteropPolicy: DisallowOverrideCallingSfbChatSfb**
72
+
73
+
**Grant instance of TeamsUpgradePolicy using mode: TeamsOnly**
74
+
**Grant instance of TeamsInteropPolicy: DisallowOverrideCallingTeamsChatTeams**
75
+
76
+
77
+
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.
78
+
79
+
29
80
Interoperability (interop for short) enables Skype for Business and Teams users to chat and call with one another, ensuring that communications remain fluid across your organization.
30
81
This policy helps IT pros manage the adoption of Teams by determining how to route calls across apps and whether to enable users to choose which app to use for calling.
31
82
Teams interop policy can be defined at the tenant or per-user level.
@@ -37,7 +88,7 @@ For comprehensive documentation on this policy and it’s settings, see [Microso
37
88
38
89
## EXAMPLES
39
90
40
-
### Example 1
91
+
### -------------------------- Example 1 --------------------------
Copy file name to clipboardExpand all lines: skype/skype-ps/skype/Grant-CsTeamsInteropPolicy.md
+52-2Lines changed: 52 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ schema: 2.0.0
8
8
# Grant-CsTeamsInteropPolicy
9
9
10
10
## SYNOPSIS
11
-
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.
11
+
12
+
This cmdlet 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.
12
13
13
14
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.
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:
30
+
31
+
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:
57
+
Remove-CsTeamsInteropPolicy -Identity Global
58
+
59
+
Grant TeamsInteropPolicy and TeamsUpgradePolicy together as noted below to manage users:
60
+
61
+
- Coordinate granting of TeamsUpgradePolicy and TeamsInteropPolicy:
62
+
63
+
64
+
**Grant instance of TeamsUpgradePolicy using mode: Islands**
65
+
**Grant instance of TeamsInteropPolicy: DisallowOverrideCallingDefaultChatDefault**
66
+
67
+
**Grant instance of TeamsUpgradePolicy using mode: SfBonly, SfBWithTeamsCollab**
68
+
**Grant instance of TeamsInteropPolicy: DisallowOverrideCallingSfbChatSfb**
69
+
70
+
**Grant instance of TeamsUpgradePolicy using mode: TeamsOnly**
71
+
**Grant instance of TeamsInteropPolicy: DisallowOverrideCallingTeamsChatTeams**
72
+
73
+
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.
74
+
75
+
25
76
Interoperability (interop for short) enables Skype for Business and Teams users to chat and call with one another, ensuring that communications remain fluid across your organization.
26
77
This policy helps IT pros manage the adoption of Teams by determining how to route calls across apps and whether to enable users to choose which app to use for calling.
27
78
Teams interop policy can be defined at the tenant or per-user level.
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:
29
+
30
+
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:
56
+
Remove-CsTeamsInteropPolicy -Identity Global
57
+
58
+
Grant TeamsInteropPolicy and TeamsUpgradePolicy together as noted below to manage users:
59
+
60
+
- Coordinate granting of TeamsUpgradePolicy and TeamsInteropPolicy:
61
+
62
+
63
+
**Grant instance of TeamsUpgradePolicy using mode: Islands**
64
+
**Grant instance of TeamsInteropPolicy: DisallowOverrideCallingDefaultChatDefault**
65
+
66
+
**Grant instance of TeamsUpgradePolicy using mode: SfBonly, SfBWithTeamsCollab**
67
+
**Grant instance of TeamsInteropPolicy: DisallowOverrideCallingSfbChatSfb**
68
+
69
+
**Grant instance of TeamsUpgradePolicy using mode: TeamsOnly**
70
+
**Grant instance of TeamsInteropPolicy: DisallowOverrideCallingTeamsChatTeams**
71
+
72
+
73
+
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.
74
+
75
+
25
76
Interoperability (interop for short) enables Skype for Business and Teams users to chat and call with one another, ensuring that communications remain fluid across your organization.
26
77
This policy helps IT pros manage the adoption of Teams by determining how to route calls across apps and whether to enable users to choose which app to use for calling.
27
78
Teams interop policy can be defined at the tenant or per-user level.
@@ -30,9 +81,10 @@ Teams interop policy can be configured to keep voice communications in Teams and
30
81
31
82
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).
32
83
84
+
33
85
## EXAMPLES
34
86
35
-
### Example 1
87
+
### -------------------------- Example 1 --------------------------
@@ -159,13 +210,11 @@ Interoperability between Teams and Skype for Business is supported between users
159
210
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).
160
211
Teams users cannot be enabled for PSTN calling capabilities using CCE or OPCH.
161
212
162
-
**IP Phone Support**
163
213
**IP Phone Support**
164
214
Currently, changing CallingDefaultClient to Teams will also affect calls to Skype for Business IP phones.
165
215
Incoming calls will not be received on the phones and will only ring Teams clients.
166
216
Please consult the [Skype for Business to Microsoft Teams Capabilities Roadmap](https://aka.ms/skype2teamsroadmap) for information about support for existing certified SIP phones.
167
217
168
-
169
218
## RELATED LINKS
170
219
171
220
[Skype for Business to Microsoft Teams Capabilities Roadmap](https://aka.ms/skype2teamsroadmap)
0 commit comments