Skip to content

Commit 99fd24b

Browse files
Update Set-CsTeamsUpgradeConfiguration.md
adding missing parameters
1 parent 37424cd commit 99fd24b

File tree

1 file changed

+24
-11
lines changed

1 file changed

+24
-11
lines changed

teams/teams-ps/teams/Set-CsTeamsUpgradeConfiguration.md

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ online version: https://learn.microsoft.com/powershell/module/teams/set-csteamsu
44
applicable: Microsoft Teams
55
title: Set-CsTeamsUpgradeConfiguration
66
schema: 2.0.0
7-
manager: bulenteg
8-
author: tomkau
9-
ms.author: tomkau
10-
ms.reviewer:
117
---
128

139
# Set-CsTeamsUpgradeConfiguration
@@ -18,14 +14,14 @@ Administrators can use Set-CsTeamsUpgradeConfiguration to manage certain aspects
1814
## SYNTAX
1915

2016
### Identity (Default)
21-
```
22-
Set-CsTeamsUpgradeConfiguration [-Tenant <Guid>] [-DownloadTeams <Boolean>] [-SfBMeetingJoinUx <String>]
17+
```powershell
18+
Set-CsTeamsUpgradeConfiguration [-Tenant <Guid>] [-DownloadTeams <Boolean>] [-SfBMeetingJoinUx <String>] [-BlockLegacyAuthorization <Boolean>]
2319
[[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2420
```
2521

2622
### Instance
27-
```
28-
Set-CsTeamsUpgradeConfiguration [-Tenant <Guid>] [-DownloadTeams <Boolean>] [-SfBMeetingJoinUx <String>]
23+
```powershell
24+
Set-CsTeamsUpgradeConfiguration [-Tenant <Guid>] [-DownloadTeams <Boolean>] [-SfBMeetingJoinUx <String>] [-BlockLegacyAuthorization <Boolean>]
2925
[-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3026
```
3127

@@ -94,7 +90,7 @@ Accept pipeline input: False
9490
Accept wildcard characters: False
9591
```
9692
### -Force
97-
{{Fill Force Description}}
93+
Suppresses the display of any non-fatal error message that might arise when running the command.
9894
9995
```yaml
10096
Type: SwitchParameter
@@ -110,7 +106,7 @@ Accept wildcard characters: False
110106
```
111107
112108
### -Identity
113-
{{Fill Identity Description}}
109+
For internal use only.
114110
115111
```yaml
116112
Type: XdsIdentity
@@ -126,7 +122,7 @@ Accept wildcard characters: False
126122
```
127123
128124
### -Tenant
129-
{{Fill Tenant Description}}
125+
For internal use only.
130126
131127
```yaml
132128
Type: Guid
@@ -158,6 +154,23 @@ Accept pipeline input: False
158154
Accept wildcard characters: False
159155
```
160156
157+
### -BlockLegacyAuthorization
158+
This setting will force Teams clients to enforce session revocation for core Messaging and Calling/Meeting scenarios.
159+
If turned ON, session revocation will be enforced for calls, chats and meetings for opted-in users.
160+
If turned OFF, session revocation will not be enforced for calls, chats and meetings for opted-in users
161+
162+
```yaml
163+
Type: Boolean
164+
Parameter Sets: (All)
165+
Aliases:
166+
167+
Required: False
168+
Position: Named
169+
Default value: None
170+
Accept pipeline input: False
171+
Accept wildcard characters: False
172+
```
173+
161174
### CommonParameters
162175
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
163176

0 commit comments

Comments
 (0)