Skip to content

Commit 695a3c1

Browse files
authored
Update Remove-CsTeamsInteropPolicy.md
1 parent ad415d5 commit 695a3c1

File tree

1 file changed

+22
-47
lines changed

1 file changed

+22
-47
lines changed

skype/skype-ps/skype/Remove-CsTeamsInteropPolicy.md

Lines changed: 22 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
[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).---
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
applicable: Skype for Business Online
44
title: Get-CsStorageServiceConfiguration
@@ -9,84 +9,57 @@ schema: 2.0.0
99

1010
## SYNOPSIS
1111

12-
IMPORTANT: TeamsInteropPolicy has been replaced by TeamsUpgradePolicy. See description for 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. See description for 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 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.
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 it is no longer possible to grant TeamsUpgradePolicy with Mode=Legacy. Customers with existing configurations with mode=Legacy must update their configurations to use a mode other than Legacy.
1515

1616
## SYNTAX
1717

1818
```
19-
Remove-CsTeamsInteropPolicy [-WhatIf] [-Confirm] [[-Identity] <Object>] [-Tenant <Object>] [-Force] [-AsJob]
19+
Remove-CsTeamsInteropPolicy [-Identity <Object>] [-WhatIf] [-Confirm] [-Tenant <Object>] [-Force] [-AsJob]
2020
```
2121

2222
## DESCRIPTION
2323

24-
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.
25-
26-
27-
Any customers still using Legacy mode must ensure the following:
28-
- 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:
29-
- `Remove-CsTeamsInteropPolicy -Identity Global`
30-
- 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:
24+
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 and granting mode=Legacy is now blocked. Customers that are still using Legacy mode must update their configurations to use a mode other than Legacy.
3125

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

5528

5629
## EXAMPLES
5730

5831
### -------------------------- Example 1 --------------------------
5932
```
60-
PS C:\> {{ Add example code here }}
33+
PS C:\> Remove-CsTeamsInteropPolicy -identity MyCustomInteropPolicy
6134
```
6235

63-
{{ Add example description here }}
36+
Removes the customer policy instance named MyCustomInteropPolicy.
6437

6538
## PARAMETERS
6639

67-
### -Confirm
68-
Prompts you for confirmation before running the cmdlet.
40+
### -Identity
41+
The name of the policy instance to be removed.
6942

7043
```yaml
71-
Type: SwitchParameter
44+
Type: Object
7245
Parameter Sets: (All)
73-
Aliases: cf
46+
Aliases:
7447
Applicable: Skype for Business Online
7548

7649
Required: False
77-
Position: Named
50+
Position: 1
7851
Default value: None
7952
Accept pipeline input: False
8053
Accept wildcard characters: False
8154
```
8255
83-
### -Force
84-
{{Fill Force Description}}
56+
### -Confirm
57+
Prompts you for confirmation before running the cmdlet.
8558
8659
```yaml
8760
Type: SwitchParameter
8861
Parameter Sets: (All)
89-
Aliases:
62+
Aliases: cf
9063
Applicable: Skype for Business Online
9164

9265
Required: False
@@ -96,22 +69,24 @@ Accept pipeline input: False
9669
Accept wildcard characters: False
9770
```
9871
99-
### -Identity
100-
{{Fill Identity Description}}
72+
### -Force
73+
{{Fill Force Description}}
10174
10275
```yaml
103-
Type: Object
76+
Type: SwitchParameter
10477
Parameter Sets: (All)
10578
Aliases:
10679
Applicable: Skype for Business Online
10780

10881
Required: False
109-
Position: 1
82+
Position: Named
11083
Default value: None
11184
Accept pipeline input: False
11285
Accept wildcard characters: False
11386
```
11487
88+
89+
11590
### -Tenant
11691
{{Fill Tenant Description}}
11792
@@ -171,7 +146,7 @@ Accept wildcard characters: False
171146
172147
## NOTES
173148
174-
This policy has been deprecated. Customters should use TeamsUpgradePolicy to control interop and routing.
149+
This policy has been deprecated and is being removed from the system. Customters should use TeamsUpgradePolicy to control interop and routing.
175150
176151
## RELATED LINKS
177152

0 commit comments

Comments
 (0)