Skip to content

Commit 84d73f4

Browse files
authored
Merge pull request MicrosoftDocs#2149 from MicrosoftDocs/kenwith-patch-5
Restores overwritten description.
2 parents 3d08f11 + b8ec590 commit 84d73f4

File tree

1 file changed

+20
-89
lines changed

1 file changed

+20
-89
lines changed

skype/skype-ps/skype/Grant-CsTeamsInteropPolicy.md

Lines changed: 20 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,36 @@
11
---
2-
external help file:
2+
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
applicable: Skype for Business Online
4-
title: Get-CsStorageServiceConfiguration
4+
title: Grant-CsTeamsInteropPolicy
55
schema: 2.0.0
66
---
77

88
# Grant-CsTeamsInteropPolicy
99

1010
## SYNOPSIS
1111

12-
IMPORTANT: TeamsInteropPolicy is being replaced by TeamsUpgradePolicy. See description for more information. 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 more information. You can also find more guidance here: 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.
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.
1515

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.
1716

1817
## SYNTAX
19-
### Identity (Default)
20-
```
21-
Grant-CsTeamsInteropPolicy [[-Identity] <UserIdParameter>] [-PolicyName] <String> [-Tenant <.Guid>]
22-
[-DomainController <Fqdn>] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
23-
```
2418

25-
### GrantToTenant
2619
```
27-
Grant-CsTeamsInteropPolicy [-PolicyName] <String> [-Tenant <Guid>] [-DomainController <Fqdn>]
28-
[-PassThru] [-Global] [-WhatIf] [-Confirm] [<CommonParameters>]
20+
Grant-CsTeamsInteropPolicy [-PassThru] [-Confirm] [[-PolicyName] <Object>] [[-Identity] <Object>]
21+
[-Tenant <Object>] [-DomainController <Object>] [-WhatIf] [-AsJob]
2922
```
3023

3124
## DESCRIPTION
3225

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:
26+
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.
27+
28+
Any customers still using Legacy mode must ensure the following:
29+
- 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:
3430

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.
31+
Remove-CsTeamsInteropPolicy -Identity Global
3632

37-
The valid instances are:
33+
- 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:
3834

3935

4036
**Identity: DisallowOverrideCallingDefaultChatDefault**
@@ -57,30 +53,6 @@ Use the following cmdlet syntax, where $policy is one of the above values of ide
5753
`Grant-CsTeamsInteropPolicy -PolicyName $policy -Identity $SipAddress`
5854

5955

60-
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:
61-
Remove-CsTeamsInteropPolicy -Identity Global
62-
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-
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.
78-
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-
8456
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).
8557

8658
## EXAMPLES
@@ -100,34 +72,11 @@ This is a safe configuration for organizations just beginning to experiment with
10072
Grant-CsTeamsInteropPolicy -PolicyName DisallowOverrideCallingTeamsChatTeams -Identity [email protected]
10173
```
10274

103-
**Policy to enable all inbound calls to be routed to Microsoft Teams**
75+
**Policy to enable all inbound calls and chats to be routed to Microsoft Teams (assumed Mode=Legacy)**
10476

10577
Users who have calling plans and would like to receive their calls in Microsoft Teams can have their calls routed to Teams.
10678

10779

108-
### -------------------------- Example 3 --------------------------
109-
```
110-
Grant-CsTeamsInteropPolicy -PolicyName AllowOverrideCallingDefaultChatTeams -Identity [email protected]
111-
```
112-
113-
**Enabling users to choose what app to use to receive calls**
114-
115-
TeamsInteropPolicy supports the ability for IT administrators to grant end users the choice of what app to use to receive calls through *AllowEndUserClientOverride*.
116-
When enabled, this setting will display end-user settings in Microsoft Teams, enabling the user to choose either Microsoft Teams or Skype for Business as their preferred calling client.
117-
When selected, the change immediately re-routes calls to the app of choice.
118-
119-
120-
### -------------------------- Example 4 --------------------------
121-
```
122-
Grant-CsTeamsInteropPolicy -PolicyName DisallowOverrideCallingDefaultChatDefault -Identity [email protected]
123-
```
124-
125-
**Policy for Skype for Business on-premises or Hybrid Voice (CCE or OPCH) users**
126-
127-
Skype for Business on-premises users and Hybrid Voice users should never have their TeamsInteropPolicy configured to receive calls exclusively in Teams.
128-
If they do, they will be unable to receive calls. This example is used for on-premises users.
129-
130-
13180
## PARAMETERS
13281

13382
### -Confirm
@@ -147,10 +96,10 @@ Accept wildcard characters: False
14796
```
14897
14998
### -DomainController
150-
This parameter is reserved for internal Microsoft use.
99+
{{Fill DomainController Description}}
151100
152101
```yaml
153-
Type: Fqdn
102+
Type: Object
154103
Parameter Sets: (All)
155104
Aliases:
156105
Applicable: Skype for Business Online
@@ -166,7 +115,7 @@ Accept wildcard characters: False
166115
For this cmdlet, the full UserPrincipleName/SIP address is required. If you don't provide the full UPN/SIP and instead provide an Alias, the cmdlet can throw an "Object reference not set to an instance of an object" error.
167116
168117
```yaml
169-
Type: UserIdParameter
118+
Type: Object
170119
Parameter Sets: (All)
171120
Aliases:
172121
Applicable: Skype for Business Online
@@ -198,7 +147,7 @@ Accept wildcard characters: False
198147
{{Fill PolicyName Description}}
199148
200149
```yaml
201-
Type: String
150+
Type: Object
202151
Parameter Sets: (All)
203152
Aliases:
204153
Applicable: Skype for Business Online
@@ -214,7 +163,7 @@ Accept wildcard characters: False
214163
{{Fill Tenant Description}}
215164
216165
```yaml
217-
Type: Guid
166+
Type: Object
218167
Parameter Sets: (All)
219168
Aliases:
220169
Applicable: Skype for Business Online
@@ -268,26 +217,8 @@ Accept wildcard characters: False
268217
### System.Object
269218
270219
## NOTES
271-
272-
**External Calling Support**
273-
Calls from external callers on PSTN is only available for users who have been provisioned with a Calling Plan.
274-
275-
**Supported Topologies**
276-
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.
277-
278-
**Hybrid Voice is not supported at this time**
279-
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).
280-
Teams users cannot be enabled for PSTN calling capabilities using CCE or OPCH.
281-
282-
**IP Phone Support**
283-
Currently, changing CallingDefaultClient to Teams will also affect calls to Skype for Business IP phones.
284-
Incoming calls will not be received on the phones and will only ring Teams clients.
285-
Please consult the [Skype for Business to Microsoft Teams Capabilities Roadmap](https://aka.ms/skype2teamsroadmap) for information about support for existing certified SIP phones.
286-
220+
This policy has been deprecated. Customters should use TeamsUpgradePolicy to control interop and routing.
287221
288222
## RELATED LINKS
289223
290-
[Skype for Business to Microsoft Teams Capabilities Roadmap](https://aka.ms/skype2teamsroadmap)
291-
292-
[Microsoft Teams and Skype for Business Interoperability](https://docs.microsoft.com/MicrosoftTeams/teams-and-skypeforbusiness-interoperability)
293-
224+
[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)