Skip to content

Commit d7b47f6

Browse files
committed
Reformatting Tables
1 parent 55a568e commit d7b47f6

File tree

1 file changed

+43
-25
lines changed

1 file changed

+43
-25
lines changed

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

Lines changed: 43 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,33 @@ Important:
1313

1414
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:
1515

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-
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.
17+
18+
The valid instances are:
19+
20+
```
21+
Identity: DisallowOverrideCallingDefaultChatDefault
22+
AllowEndUserClientOverride: False
23+
CallingDefaultClient: Default
24+
ChatDefaultClient: Default
25+
```
26+
27+
```
28+
Identity: DisallowOverrideCallingSfbChatSfb
29+
AllowEndUserClientOverride: False
30+
CallingDefaultClient: Sfb
31+
ChatDefaultClient: Sfb
32+
```
33+
34+
```
35+
Identity: DisallowOverrideCallingTeamsChatTeams
36+
AllowEndUserClientOverride: False
37+
CallingDefaultClient: Teams
38+
ChatDefaultClient: Teams
39+
```
2840

2941
Use the following cmdlet syntax, where $policy is one of the above values of identity:
30-
Grant-CsTeamsInteropPolicy -PolicyName $policy -Identity $SipAddress
42+
`Grant-CsTeamsInteropPolicy -PolicyName $policy -Identity $SipAddress`
3143

3244

3345
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:
@@ -37,16 +49,22 @@ Grant TeamsInteropPolicy and TeamsUpgradePolicy together as noted below to manag
3749

3850
- Coordinate granting of TeamsUpgradePolicy and TeamsInteropPolicy:
3951

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-
+--------------------------------------------------------+------------------------------------------------+
52+
53+
```
54+
Grant instance of TeamsUpgradePolicy using mode: Islands
55+
Grant instance of TeamsInteropPolicy: DisallowOverrideCallingDefaultChatDefault
56+
```
57+
58+
```
59+
Grant instance of TeamsUpgradePolicy using mode: SfBonly, SfBWithTeamsCollab
60+
Grant instance of TeamsInteropPolicy: DisallowOverrideCallingSfbChatSfb
61+
```
62+
63+
```
64+
Grant instance of TeamsUpgradePolicy using mode: TeamsOnly
65+
Grant instance of TeamsInteropPolicy: DisallowOverrideCallingTeamsChatTeams
66+
```
67+
5068

5169
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.
5270

@@ -56,9 +74,9 @@ This cmdlet Determines how calls are routed between Skype for Business and Micro
5674

5775
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.
5876

59-
Get-CsTeamsInteropPolicy \[\[-Identity\] \<XdsIdentity\>\] \[-Tenant \<guid\>\] \[-LocalStore\] \[\<CommonParameters\>\]
77+
`Get-CsTeamsInteropPolicy \[\[-Identity\] \<XdsIdentity\>\] \[-Tenant \<guid\>\] \[-LocalStore\] \[\<CommonParameters\>\]`
6078

61-
Get-CsTeamsInteropPolicy \[-Tenant \<guid\>\] \[-Filter \<string\>\] \[-LocalStore\] \[\<CommonParameters\>\]
79+
`Get-CsTeamsInteropPolicy \[-Tenant \<guid\>\] \[-Filter \<string\>\] \[-LocalStore\] \[\<CommonParameters\>\]`
6280

6381

6482
## SYNTAX

0 commit comments

Comments
 (0)