Skip to content

Commit 91a6bc2

Browse files
authored
Merge pull request MicrosoftDocs#2150 from MicrosoftDocs/kenwith-patch-6
Reverts overwritten description.
2 parents 337ad2d + 6c9dbfd commit 91a6bc2

File tree

1 file changed

+13
-59
lines changed

1 file changed

+13
-59
lines changed

skype/skype-ps/skype/Get-CsTeamsInteropPolicy.md

Lines changed: 13 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
external help file:
2+
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
applicable: Skype for Business Online
44
title: Get-CsStorageServiceConfiguration
55
schema: 2.0.0
@@ -9,30 +9,22 @@ schema: 2.0.0
99

1010
## SYNOPSIS
1111

12-
IMPORTANT: TeamsInteropPolicy is being replaced by TeamsUpgradePolicy. Please read description for more 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. Please read description for more details. You can also find more guidance here: [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).
1313

14-
This cmdlet 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+
If TeamsUpgradePolicy has mode=Legacy, TeamsInteropPolicy determines how calls are routed between Skype for Business and Microsoft Teams. Otherwise it is ignored.
1715

1816

1917
## SYNTAX
2018

21-
### Identity (Default)
22-
```
23-
Get-CsTeamsInteropPolicy [-Tenant <Guid>] [[-Identity] <XdsIdentity>] [-LocalStore] [<CommonParameters>]
24-
```
25-
26-
### Filter
2719
```
28-
Get-CsTeamsInteropPolicy [-Tenant <Guid>] [-Filter <String>] [-LocalStore] [<CommonParameters>]
20+
Get-CsTeamsInteropPolicy [-LocalStore] [[-Identity] <Object>] [-Tenant <Object>] [-Filter <Object>] [-AsJob]
2921
```
3022

3123
## DESCRIPTION
3224

33-
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:
34-
35-
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.
25+
IMPORTANT: TeamsInteropPolicy has been replaced by TeamsUpgradePolicy. TeamsInteropPolicy is only honored if TeamsUpgradePolicy mode=Legacy. However, Legacy mode has been deprecated and TeamsInteropPolicy will be removed in the near future. Any customer still using TeamsUpgradePolicy with mode=Legacy must update their configuration of TeamsUpgradePolicy to use a different mode.
26+
27+
For any user that is still assigned TeamsInteropPolicy and in Legacy mode, these users must be assigned only one of these three built-in instances for which CallingDefaultClient = ChatDefaultClient, and for which AllowEndUserClientOverride = false. The other instances are not longer valid configurations, are not supported and will be removed.
3628

3729
The valid instances are:
3830

@@ -60,28 +52,7 @@ Use the following cmdlet syntax, where $policy is one of the above values of ide
6052
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:
6153
Remove-CsTeamsInteropPolicy -Identity Global
6254

63-
Grant TeamsInteropPolicy and TeamsUpgradePolicy together as noted below to manage users:
64-
65-
- Coordinate granting of TeamsUpgradePolicy and TeamsInteropPolicy:
66-
67-
68-
**Grant instance of TeamsUpgradePolicy using mode: Islands**
69-
**Grant instance of TeamsInteropPolicy: DisallowOverrideCallingDefaultChatDefault**
70-
71-
**Grant instance of TeamsUpgradePolicy using mode: SfBonly, SfBWithTeamsCollab**
72-
**Grant instance of TeamsInteropPolicy: DisallowOverrideCallingSfbChatSfb**
73-
74-
**Grant instance of TeamsUpgradePolicy using mode: TeamsOnly**
75-
**Grant instance of TeamsInteropPolicy: DisallowOverrideCallingTeamsChatTeams**
76-
77-
78-
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.
79-
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. 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. Teams interop policy can be defined at the tenant or per-user level.
81-
82-
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.
83-
84-
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).
55+
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).
8556

8657

8758
## EXAMPLES
@@ -99,7 +70,7 @@ PS C:\> {{ Add example code here }}
9970
{{Fill Filter Description}}
10071

10172
```yaml
102-
Type: String
73+
Type: Object
10374
Parameter Sets: (All)
10475
Aliases:
10576
Applicable: Skype for Business Online
@@ -115,7 +86,7 @@ Accept wildcard characters: False
11586
{{Fill Identity Description}}
11687
11788
```yaml
118-
Type: XdsIdentity
89+
Type: Object
11990
Parameter Sets: (All)
12091
Aliases:
12192
Applicable: Skype for Business Online
@@ -147,7 +118,7 @@ Accept wildcard characters: False
147118
{{Fill Tenant Description}}
148119
149120
```yaml
150-
Type: Guid
121+
Type: Object
151122
Parameter Sets: (All)
152123
Aliases:
153124
Applicable: Skype for Business Online
@@ -184,26 +155,9 @@ Accept wildcard characters: False
184155
### System.Object
185156
186157
## NOTES
187-
188-
**External Calling Support**
189-
Calls from external callers on PSTN is only available for users who have been provisioned with a Calling Plan.
190-
191-
**Supported Topologies**
192-
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.
193-
194-
**Hybrid Voice is not supported at this time**
195-
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).
196-
Teams users cannot be enabled for PSTN calling capabilities using CCE or OPCH.
197-
198-
**IP Phone Support**
199-
Currently, changing CallingDefaultClient to Teams will also affect calls to Skype for Business IP phones.
200-
Incoming calls will not be received on the phones and will only ring Teams clients.
201-
Please consult the [Skype for Business to Microsoft Teams Capabilities Roadmap](https://aka.ms/skype2teamsroadmap) for information about support for existing certified SIP phones.
158+
TeamsInteropPolicy has been replaced by TeamsUpgradePolicy. It is not honored except if TeamsUpgradePolicy mode=Legacy. Legacy mode is being deprecated so customers should update their configuration of TeamsUpgradePolicy to use modes other than Legacy.
202159
203160
204161
## RELATED LINKS
205162
206-
[Skype for Business to Microsoft Teams Capabilities Roadmap](https://aka.ms/skype2teamsroadmap)
207-
208-
[Microsoft Teams and Skype for Business Interoperability](https://docs.microsoft.com/MicrosoftTeams/teams-and-skypeforbusiness-interoperability)
209-
163+
[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)

0 commit comments

Comments
 (0)