Skip to content

Commit da6b6a6

Browse files
authored
Merge pull request MicrosoftDocs#1876 from bjwhalen/patch-22
Update Remove-CsTeamsInteropPolicy.md
2 parents 7e4dbe0 + c7f700e commit da6b6a6

File tree

1 file changed

+21
-63
lines changed

1 file changed

+21
-63
lines changed

skype/skype-ps/skype/Remove-CsTeamsInteropPolicy.md

Lines changed: 21 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ schema: 2.0.0
99

1010
## SYNOPSIS
1111

12-
IMPORTANT: TeamsInteropPolicy is being replaced by TeamsUpgradePolicy. See description for details. You can also find more guidance here: https://docs.microsoft.com/en-us/MicrosoftTeams/migration-interop-guidance-for-teams-with-skype
12+
IMPORTANT: TeamsInteropPolicy has been replaced by TeamsUpgradePolicy. See description for details. You can also find more guidance here: https://docs.microsoft.com/en-us/MicrosoftTeams/migration-interop-guidance-for-teams-with-skype
1313

14-
Determines how calls are routed between Skype for Business and Microsoft Teams. This cmdlet is 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.
15-
16-
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.
14+
This cmdlet previously determined how calls are routed between Skype for Business and Microsoft Teams. It is no longer honored, except if TeamsUpgradePolicy mode=Legacy. However, Legacy mode has been deprecated and customers should update their configurations to use a mode other than Legacy.
1715

1816
## SYNTAX
1917

@@ -23,61 +21,36 @@ Remove-CsTeamsInteropPolicy [-WhatIf] [-Confirm] [[-Identity] <Object>] [-Tenant
2321

2422
## DESCRIPTION
2523

26-
IMPORTANT: TeamsInteropPolicy is being replaced by TeamsUpgradePolicy. During the transition, some components will honor TeamsInteropPolicy while others honor TeamsUpgradePolicy. Therefore, use of these two policies must be coordinated during the transition. After the transition is complete, TeamsInteropPolicy will be removed. To prepare for these upcoming changes, customers should do the following:
24+
IMPORTANT: TeamsInteropPolicy has been replaced by TeamsUpgradePolicy. It is no longer honored by the system, except if TeamsUpgradePolicy has mode=Lgeacy. Legacy mode is being deprecated. Customers that are still using Legacy mode should update their configurations to use a mode other than Legacy. Granting mode=Legacy is now blocked by default, although admins can override this using -Force for the time being. Eventually, the -Force switch will be removed and granting mode=Legacy will not be possible.
25+
26+
27+
Any customers still using Legacy mode must ensure the following:
28+
- The global policy must have CallingDefaultClient=ChatDefaultClient, and AllowEndUserClientOverride must be false. 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:
29+
- `Remove-CsTeamsInteropPolicy -Identity Global`
30+
- If TeamsInteropPolicy is explicitly assigned to any users, one of these three built-in instances for which CallingDefaultClient = ChatDefaultClient, and for which AllowEndUserClientOverride = false. The other instances are no longer valid configurations, are not supported, and will soon be removed from the system. The valid instances are:
2731

28-
Ensure that users with TeamsInteropPolicy are assigned only one of these three 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.
29-
30-
The valid instances are:
31-
3232

3333
**Identity: DisallowOverrideCallingDefaultChatDefault**
34-
**AllowEndUserClientOverride: False**
35-
**CallingDefaultClient: Default**
36-
**ChatDefaultClient: Default**
34+
- AllowEndUserClientOverride: False
35+
- CallingDefaultClient: Default
36+
- ChatDefaultClient: Default
3737

3838
**Identity: DisallowOverrideCallingSfbChatSfb**
39-
**AllowEndUserClientOverride: False**
40-
**CallingDefaultClient: Sfb**
41-
**ChatDefaultClient: Sfb**
39+
- AllowEndUserClientOverride: False
40+
- CallingDefaultClient: Sfb
41+
- ChatDefaultClient: Sfb
4242

4343
**Identity: DisallowOverrideCallingTeamsChatTeams**
44-
**AllowEndUserClientOverride: False**
45-
**CallingDefaultClient: Teams**
46-
**ChatDefaultClient: Teams**
44+
- AllowEndUserClientOverride: False
45+
- CallingDefaultClient: Teams
46+
- ChatDefaultClient: Teams
4747

4848

4949
Use the following cmdlet syntax, where $policy is one of the above values of identity:
5050
`Grant-CsTeamsInteropPolicy -PolicyName $policy -Identity $SipAddress`
5151

5252

53-
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:
54-
Remove-CsTeamsInteropPolicy -Identity Global
55-
56-
Grant TeamsInteropPolicy and TeamsUpgradePolicy together as noted below to manage users:
57-
58-
- Coordinate granting of TeamsUpgradePolicy and TeamsInteropPolicy:
59-
60-
61-
**Grant instance of TeamsUpgradePolicy using mode: Islands**
62-
**Grant instance of TeamsInteropPolicy: DisallowOverrideCallingDefaultChatDefault**
63-
64-
**Grant instance of TeamsUpgradePolicy using mode: SfBonly, SfBWithTeamsCollab**
65-
**Grant instance of TeamsInteropPolicy: DisallowOverrideCallingSfbChatSfb**
66-
67-
**Grant instance of TeamsUpgradePolicy using mode: TeamsOnly**
68-
**Grant instance of TeamsInteropPolicy: DisallowOverrideCallingTeamsChatTeams**
69-
70-
71-
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 that the user can receive chats and calls.
72-
73-
74-
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.
75-
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.
76-
Teams interop policy can be defined at the tenant or per-user level.
77-
78-
Teams interop policy can be configured to keep voice communications in Teams and Skype for Business siloed, or it can be configured to enable users to communicate across application boundaries.
79-
80-
For comprehensive documentation on this policy and its settings, see [Microsoft Teams and Skype for Business Interoperability](https://docs.microsoft.com/MicrosoftTeams/teams-and-skypeforbusiness-interoperability).
53+
For comprehensive documentation on this policy and its settings, see [Migration and interoperability guidance for organizations using Teams together with Skype for Business](https://docs.microsoft.com/en-us/microsoftteams/migration-interop-guidance-for-teams-with-skype).
8154

8255

8356
## EXAMPLES
@@ -198,24 +171,9 @@ Accept wildcard characters: False
198171
199172
## NOTES
200173
201-
**External Calling Support**
202-
Calls from external callers on PSTN is only available for users who have been provisioned with a Calling Plan.
203-
204-
**Supported Topologies**
205-
Interoperability between Teams and Skype for Business is supported between users who are purely online (Skype for Business Online and Teams), and users homed in a Skype for Business on-premises deployment in a mixed (Hybrid) deployment topology.
206-
207-
**Hybrid Voice is not supported at this time**
208-
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--commonly called OPCH (On Prem Config Hybrid).
209-
Teams users cannot be enabled for PSTN calling capabilities using CCE or OPCH.
210-
211-
**IP Phone Support**
212-
Currently, changing CallingDefaultClient to Teams will also affect calls to Skype for Business IP phones.
213-
Incoming calls will not be received on the phones and will only ring Teams clients.
214-
Please consult the [Skype for Business to Microsoft Teams Capabilities Roadmap](https://aka.ms/skype2teamsroadmap) for information about support for existing certified SIP phones.
174+
This policy has been deprecated. Customters should use TeamsUpgradePolicy to control interop and routing.
215175
216176
## RELATED LINKS
217177
218-
[Skype for Business to Microsoft Teams Capabilities Roadmap](https://aka.ms/skype2teamsroadmap)
219-
220-
[Microsoft Teams and Skype for Business Interoperability](https://docs.microsoft.com/MicrosoftTeams/teams-and-skypeforbusiness-interoperability)
178+
[Migration and interoperability guidance for organizations using Teams together with Skype for Business](https://docs.microsoft.com/en-us/microsoftteams/migration-interop-guidance-for-teams-with-skype)
221179

0 commit comments

Comments
 (0)