Skip to content

Commit f012748

Browse files
authored
Merge pull request MicrosoftDocs#2206 from greiginsydney/patch-8
Minor typo and MD formatting corrections.
2 parents a7f7834 + 49008e7 commit f012748

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

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

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,13 @@ Grant-CsTeamsInteropPolicy [-PassThru] [-Confirm] [[-PolicyName] <Object>] [[-Id
2323

2424
## DESCRIPTION
2525

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.
26+
IMPORTANT: TeamsInteropPolicy has been replaced by TeamsUpgradePolicy. It is no longer honored by the system, except if TeamsUpgradePolicy has mode=Legacy. 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.
2727

2828
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:
30-
31-
Remove-CsTeamsInteropPolicy -Identity Global
3229

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:
30+
- 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: `Remove-CsTeamsInteropPolicy -Identity Global`.
3431

32+
- 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:
3533

3634
**Identity: DisallowOverrideCallingDefaultChatDefault**
3735
**AllowEndUserClientOverride: False**
@@ -48,10 +46,7 @@ Remove-CsTeamsInteropPolicy -Identity Global
4846
**CallingDefaultClient: Teams**
4947
**ChatDefaultClient: Teams**
5048

51-
52-
Use the following cmdlet syntax, where $policy is one of the above values of identity:
53-
`Grant-CsTeamsInteropPolicy -PolicyName $policy -Identity $SipAddress`
54-
49+
Use the following cmdlet syntax, where $policy is one of the above values of identity: `Grant-CsTeamsInteropPolicy -PolicyName $policy -Identity $SipAddress`.
5550

5651
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).
5752

@@ -112,7 +107,7 @@ Accept wildcard characters: False
112107
```
113108
114109
### -Identity
115-
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.
110+
For this cmdlet, the full UserPrincipalName/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.
116111
117112
```yaml
118113
Type: Object
@@ -217,7 +212,7 @@ Accept wildcard characters: False
217212
### System.Object
218213
219214
## NOTES
220-
This policy has been deprecated. Customters should use TeamsUpgradePolicy to control interop and routing.
215+
This policy has been deprecated. Customers should use TeamsUpgradePolicy to control interop and routing.
221216
222217
## RELATED LINKS
223218

0 commit comments

Comments
 (0)