Skip to content

Commit 879c626

Browse files
committed
Transferring Tables to Text
1 parent 3345349 commit 879c626

File tree

1 file changed

+20
-30
lines changed

1 file changed

+20
-30
lines changed

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

Lines changed: 20 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,22 @@ Ensure users with TeamsInteropPolicy are assigned only one of these 3 built-in i
1717

1818
The valid instances are:
1919

20-
```Instance
21-
Identity: DisallowOverrideCallingDefaultChatDefault
22-
AllowEndUserClientOverride: False
23-
CallingDefaultClient: Default
24-
ChatDefaultClient: Default
25-
```
2620

27-
```Instance
28-
Identity: DisallowOverrideCallingSfbChatSfb
29-
AllowEndUserClientOverride: False
30-
CallingDefaultClient: Sfb
31-
ChatDefaultClient: Sfb
32-
```
21+
**Identity: DisallowOverrideCallingDefaultChatDefault**
22+
**AllowEndUserClientOverride: False**
23+
**CallingDefaultClient: Default**
24+
**ChatDefaultClient: Default**
25+
26+
**Identity: DisallowOverrideCallingSfbChatSfb**
27+
**AllowEndUserClientOverride: False**
28+
**CallingDefaultClient: Sfb**
29+
**ChatDefaultClient: Sfb**
30+
31+
**Identity: DisallowOverrideCallingTeamsChatTeams**
32+
**AllowEndUserClientOverride: False**
33+
**CallingDefaultClient: Teams**
34+
**ChatDefaultClient: Teams**
3335

34-
```Instance
35-
Identity: DisallowOverrideCallingTeamsChatTeams
36-
AllowEndUserClientOverride: False
37-
CallingDefaultClient: Teams
38-
ChatDefaultClient: Teams
39-
```
4036

4137
Use the following cmdlet syntax, where $policy is one of the above values of identity:
4238
`Grant-CsTeamsInteropPolicy -PolicyName $policy -Identity $SipAddress`
@@ -50,20 +46,14 @@ Grant TeamsInteropPolicy and TeamsUpgradePolicy together as noted below to manag
5046
- Coordinate granting of TeamsUpgradePolicy and TeamsInteropPolicy:
5147

5248

53-
```Instance
54-
Grant instance of TeamsUpgradePolicy using mode: Islands
55-
Grant instance of TeamsInteropPolicy: DisallowOverrideCallingDefaultChatDefault
56-
```
49+
**Grant instance of TeamsUpgradePolicy using mode: Islands**
50+
**Grant instance of TeamsInteropPolicy: DisallowOverrideCallingDefaultChatDefault**
5751

58-
```Instance
59-
Grant instance of TeamsUpgradePolicy using mode: SfBonly, SfBWithTeamsCollab
60-
Grant instance of TeamsInteropPolicy: DisallowOverrideCallingSfbChatSfb
61-
```
52+
**Grant instance of TeamsUpgradePolicy using mode: SfBonly, SfBWithTeamsCollab**
53+
**Grant instance of TeamsInteropPolicy: DisallowOverrideCallingSfbChatSfb**
6254

63-
```Instance
64-
Grant instance of TeamsUpgradePolicy using mode: TeamsOnly
65-
Grant instance of TeamsInteropPolicy: DisallowOverrideCallingTeamsChatTeams
66-
```
55+
**Grant instance of TeamsUpgradePolicy using mode: TeamsOnly**
56+
**Grant instance of TeamsInteropPolicy: DisallowOverrideCallingTeamsChatTeams**
6757

6858

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

0 commit comments

Comments
 (0)