Skip to content

Commit 55a568e

Browse files
committed
Updated Important part in Synopsis
1 parent 1382937 commit 55a568e

File tree

1 file changed

+42
-8
lines changed

1 file changed

+42
-8
lines changed

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

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,46 @@ schema: 2.0.0
99

1010
## SYNOPSIS
1111

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:
17+
18+
+-----------------------------------------+---------------------------+------------------------+---------------------+
19+
| Identity | AllowEndUserClientOverride| CallingDefaultClient | ChatDefaultClient |
20+
+-----------------------------------------+---------------------------+------------------------+---------------------+
21+
|DisallowOverrideCallingDefaultChatDefault| False | Default | Default |
22+
+-----------------------------------------+---------------------------+------------------------+---------------------+
23+
|DisallowOverrideCallingSfbChatSfb | False | Sfb | Sfb |
24+
+-----------------------------------------+---------------------------+------------------------+---------------------+
25+
|DisallowOverrideCallingTeamsChatTeams | False | Teams | Teams |
26+
+-----------------------------------------+---------------------------+------------------------+---------------------+
27+
28+
29+
Use the following cmdlet syntax, where $policy is one of the above values of identity:
30+
Grant-CsTeamsInteropPolicy -PolicyName $policy -Identity $SipAddress
31+
32+
33+
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:
39+
40+
+----------------------------------------------------------+----------------------------------------------+
41+
|If you grant an instance of TeamsUpgradePolicy |Then grant this instance of TeamsInteropPolicy |
42+
|with this value of Mode | |
43+
+--------------------------------------------------------+------------------------------------------------+
44+
|Islands |DisallowOverrideCallingDefaultChatDefault |
45+
+--------------------------------------------------------+------------------------------------------------+
46+
|SfBonly, SfBWithTeamsCollab |DisallowOverrideCallingSfbChatSfb |
47+
+--------------------------------------------------------+------------------------------------------------+
48+
|TeamsOnly |DisallowOverrideCallingTeamsChatTeams |
49+
+--------------------------------------------------------+------------------------------------------------+
50+
51+
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.
1652

1753

1854
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
3672

3773
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).
3874

75+
3976
## EXAMPLES
4077

41-
### Example 1
78+
### -------------------------- Example 1 --------------------------
4279
```
4380
PS C:\> {{ Add example code here }}
4481
```
@@ -148,7 +185,6 @@ Accept wildcard characters: False
148185
149186
### Microsoft.Rtc.Management.Xds.XdsIdentity
150187
151-
152188
## OUTPUTS
153189
154190
### System.Object
@@ -165,13 +201,11 @@ Interoperability between Teams and Skype for Business is supported between users
165201
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).
166202
Teams users cannot be enabled for PSTN calling capabilities using CCE or OPCH.
167203
168-
**IP Phone Support**
169204
**IP Phone Support**
170205
Currently, changing CallingDefaultClient to Teams will also affect calls to Skype for Business IP phones.
171206
Incoming calls will not be received on the phones and will only ring Teams clients.
172207
Please consult the [Skype for Business to Microsoft Teams Capabilities Roadmap](https://aka.ms/skype2teamsroadmap) for information about support for existing certified SIP phones.
173208
174-
175209
## RELATED LINKS
176210
177211
[Skype for Business to Microsoft Teams Capabilities Roadmap](https://aka.ms/skype2teamsroadmap)

0 commit comments

Comments
 (0)