Skip to content

Commit d17b09e

Browse files
authored
Update Get-CsTeamsInteropPolicy.md
1 parent ad415d5 commit d17b09e

File tree

1 file changed

+5
-44
lines changed

1 file changed

+5
-44
lines changed

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

Lines changed: 5 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ schema: 2.0.0
1111

1212
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-
If TeamsUpgradePolicy has mode=Legacy, TeamsInteropPolicy determines how calls are routed between Skype for Business and Microsoft Teams. Otherwise it is ignored.
14+
If TeamsUpgradePolicy has mode=Legacy, TeamsInteropPolicy determines how calls are routed between Skype for Business and Microsoft Teams. *Otherwise TeamsInteropPolicy is ignored.* Granting TeamsUpgradePolicy with mode=Legacy is now blocked. Customers with exisitng configurations using Legacy mode must update their configuration to use a mode other than Legacy.
1515

1616

1717
## SYNTAX
1818

1919
```
20-
Get-CsTeamsInteropPolicy [-LocalStore] [[-Identity] <Object>] [-Tenant <Object>] [-Filter <Object>] [-AsJob]
20+
Get-CsTeamsInteropPolicy [-Identity] <Object>] [-Tenant <Object>] [-Filter <Object>] [-AsJob]
2121
```
2222

2323
## DESCRIPTION
@@ -26,31 +26,7 @@ IMPORTANT: TeamsInteropPolicy has been replaced by TeamsUpgradePolicy. TeamsInte
2626

2727
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.
2828

29-
The valid instances are:
3029

31-
32-
**Identity: DisallowOverrideCallingDefaultChatDefault**
33-
**AllowEndUserClientOverride: False**
34-
**CallingDefaultClient: Default**
35-
**ChatDefaultClient: Default**
36-
37-
**Identity: DisallowOverrideCallingSfbChatSfb**
38-
**AllowEndUserClientOverride: False**
39-
**CallingDefaultClient: Sfb**
40-
**ChatDefaultClient: Sfb**
41-
42-
**Identity: DisallowOverrideCallingTeamsChatTeams**
43-
**AllowEndUserClientOverride: False**
44-
**CallingDefaultClient: Teams**
45-
**ChatDefaultClient: Teams**
46-
47-
48-
Use the following cmdlet syntax, where $policy is one of the above values of identity:
49-
`Grant-CsTeamsInteropPolicy -PolicyName $policy -Identity $SipAddress`
50-
51-
52-
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:
53-
Remove-CsTeamsInteropPolicy -Identity Global
5430

5531
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).
5632

@@ -59,10 +35,10 @@ For comprehensive documentation on this policy and its settings, see [Migration
5935

6036
### -------------------------- Example 1 --------------------------
6137
```
62-
PS C:\> {{ Add example code here }}
38+
PS C:\> Get-CsTeamsInteropPolicy
6339
```
6440

65-
{{ Add example description here }}
41+
List all available instances of TeamsInteropPolicy.
6642

6743
## PARAMETERS
6844

@@ -83,7 +59,7 @@ Accept wildcard characters: False
8359
```
8460
8561
### -Identity
86-
{{Fill Identity Description}}
62+
The name of the policy instance
8763
8864
```yaml
8965
Type: Object
@@ -98,21 +74,6 @@ Accept pipeline input: False
9874
Accept wildcard characters: False
9975
```
10076
101-
### -LocalStore
102-
{{Fill LocalStore Description}}
103-
104-
```yaml
105-
Type: SwitchParameter
106-
Parameter Sets: (All)
107-
Aliases:
108-
Applicable: Skype for Business Online
109-
110-
Required: False
111-
Position: Named
112-
Default value: None
113-
Accept pipeline input: False
114-
Accept wildcard characters: False
115-
```
11677
11778
### -Tenant
11879
{{Fill Tenant Description}}

0 commit comments

Comments
 (0)