Skip to content

Commit 37d2624

Browse files
authored
Merge pull request MicrosoftDocs#1217 from bjwhalen/patch-11
Update Set-CsTeamsUpgradeConfiguration.md
2 parents abe0579 + 3e95a38 commit 37d2624

File tree

1 file changed

+12
-64
lines changed

1 file changed

+12
-64
lines changed

skype/skype-ps/skype/Set-CsTeamsUpgradeConfiguration.md

Lines changed: 12 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,21 @@ schema: 2.0.0
88
# Set-CsTeamsUpgradeConfiguration
99

1010
## SYNOPSIS
11-
Administrators can use Set-CsTeamsUpgradeConfiguration to manage certain aspects of client behavior for users being upgraded from Skype for Business to Teams. TeamsUpgradeConfiguration should be used in conjunction with TeamsUpgradePolicy. The settings in TeamsUpgradeConfiguration allow administrators to configure whether users subject to upgrade and who are running on Windows clients should automatically download Teams. It allows administrators to determine which application end users should use to join Skype for Business meetings.
11+
Administrators can use Set-CsTeamsUpgradeConfiguration to manage certain aspects of client behavior for users being upgraded from Skype for Business to Teams. TeamsUpgradeConfiguration should be used in conjunction with TeamsUpgradePolicy. The settings in TeamsUpgradeConfiguration allow administrators to configure whether users subject to upgrade and who are running on Windows clients should automatically download Teams. For Office 365 users, it allows administrators to determine which application end users should use to join Skype for Business meetings.
1212

1313
## SYNTAX
1414

1515
```
16-
Set-CsTeamsUpgradeConfiguration [-WhatIf] [-SfBMeetingJoinUx <Object>] [-Confirm] [-DownloadTeams <Object>]
17-
[[-Identity] <Object>] [-Tenant <Object>] [-Force] [-Instance <Object>] [-AsJob]
18-
```
19-
20-
```
21-
Set-CsTeamsUpgradeConfiguration [-Tenant <guid>] [-DownloadTeams <bool>] [-SfBMeetingJoinUx <string>] [-Instance <psobject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
22-
```
23-
24-
```
25-
Set-CsTeamsUpgradeConfiguration [[-Identity] <XdsIdentity>] [-Tenant <guid>] [-DownloadTeams <bool>] [-SfBMeetingJoinUx <string>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
16+
Set-CsTeamsUpgradeConfiguration [[-Identity] <XdsIdentity>] [-Tenant <guid>] [-DownloadTeams <bool>] [-SfBMeetingJoinUx <string>] [-Confirm] [<CommonParameters>]
2617
```
2718

2819
## DESCRIPTION
29-
TeamsUpgradeConfiguration is used in conjunction with TeamsUpgradePolicy. The settings in TeamsUpgradeConfiguration allow administrators to configure whether users subject to upgrade and who are running on Windows clients should automatically download Teams. It allows administrators to determine which application end users should use to join Skype for Business meetings.
20+
TeamsUpgradeConfiguration is used in conjunction with TeamsUpgradePolicy. The settings in TeamsUpgradeConfiguration allow administrators to configure whether users subject to upgrade and who are running on Windows clients should automatically download Teams. It allows administrators to determine which application Office 365 users should use to join Skype for Business meetings.
3021

31-
The DownloadTeams property allows admins to control whether the Skype for Business client should automatically download Teams in the background. This setting is only honored on Windows clients, and only for certain values of the user's TeamsUpgradePolicy. If NotifySfbUser=true or if Mode=TeamsOnly in TeamsUpgradePolicy, this setting is honored. Otherwise it is ignored.
22+
Separate instances of TeamsUpgradeConfiguration exist in Office 365 and Skype for Business Server.
23+
- TeamsUpgradeConfiguration in Office 365 applies to any user who does not have an on-premises Skype for Business account.
24+
- TeamsUpgradeConfiguration in Skype for Business Server can used to manage on-premises users in a hybrid environment. In on-premises, only the DownloadTeams property is available.
3225

33-
The SfBMeetingJoinUx property allows admins to specify which app is used to join Skype for Business meetings, even after the user has been upgraded to Teams. Allowed values are: SkypeMeetingsApp and NativeLimitedClient. "NativeLimitedClient" means the existing Skype for Business rich client will be used, but since the user is upgraded, only meeting functionality is available. Calling and Messaging are done via Teams. "SkypeMeetingsApp" means use the web-downloadable app. This setting can be useful for organizations that have upgraded to Teams and no longer want to install Skype for Business on their users' computers.
3426

3527
## EXAMPLES
3628

@@ -60,7 +52,10 @@ Accept wildcard characters: False
6052
```
6153
6254
### -DownloadTeams
63-
The DownloadTeams property allows admins to control whether the Skype for Business client should automatically download Teams in the background. This Boolean setting is only honored on Windows clients, and only for certain values of the user's TeamsUpgradePolicy. If NotifySfbUser=true or if Mode=TeamsOnly in TeamsUpgradePolicy, this setting is honored. Otherwise it is ignored.
55+
The DownloadTeams property allows admins to control whether the Skype for Business client should automatically download the Teams app in the background. This Boolean setting is only honored for users on Windows clients, and only if TeamsUpgradePolicy for the user meets either of these conditions:
56+
- NotifySfbUser=true, or
57+
- Mode=TeamsOnly
58+
Otherwise, this setting is ignored.
6459
6560
```yaml
6661
Type: Bool
@@ -75,35 +70,20 @@ Accept pipeline input: False
7570
Accept wildcard characters: False
7671
```
7772
### -SfBMeetingJoinUx
78-
The SfBMeetingJoinUx property allows admins to specify which app is used to join Skype for Business meetings, even after the user has been upgraded to Teams. Allowed values are: "SkypeMeetingsApp" and "NativeLimitedClient". "NativeLimitedClient" means the existing Skype for Business rich client will be used, but since the user is upgraded, only meeting functionality is available. Calling and Messaging are done via Teams. "SkypeMeetingsApp" means use the web-downloadable app. This setting can be useful for organizations that have upgraded to Teams and no longer want to install Skype for Business on their users' computers.
73+
The SfBMeetingJoinUx property allows admins to specify which app is used to join Skype for Business meetings, even after the user has been upgraded to Teams. Allowed values are: "SkypeMeetingsApp" and "NativeLimitedClient". "NativeLimitedClient" means the existing Skype for Business rich client will be used, but since the user is upgraded, only meeting functionality is available. Calling and Messaging are done via Teams. "SkypeMeetingsApp" means use the web-downloadable app. This setting can be useful for organizations that have upgraded to Teams and no longer want to install Skype for Business on their users' computers. This property is only available when configuring TeamsUpgradeConfiguration in Office 365. It is not honored for users homed on-premises in Skype for Business Server.
7974
8075
```yaml
8176
Type: string
8277
Parameter Sets: (All)
8378
Aliases:
84-
Applicable: Skype for Business Online, Skype for Business Server 2019
79+
Applicable: Skype for Business Online
8580

8681
Required: False
8782
Position: Named
8883
Default value: NativeLimitedClient
8984
Accept pipeline input: False
9085
Accept wildcard characters: False
9186
```
92-
### -Force
93-
{{Fill Force Description}}
94-
95-
```yaml
96-
Type: SwitchParameter
97-
Parameter Sets: (All)
98-
Aliases:
99-
Applicable: Skype for Business Online, Skype for Business Server 2019
100-
101-
Required: False
102-
Position: Named
103-
Default value: None
104-
Accept pipeline input: False
105-
Accept wildcard characters: False
106-
```
10787
10888
### -Identity
10989
{{Fill Identity Description}}
@@ -139,38 +119,6 @@ Accept pipeline input: False
139119
Accept wildcard characters: False
140120
```
141121
142-
### -WhatIf
143-
Shows what would happen if the cmdlet runs.
144-
The cmdlet is not run.
145-
146-
```yaml
147-
Type: SwitchParameter
148-
Parameter Sets: (All)
149-
Aliases: wi
150-
Applicable: Skype for Business Online, Skype for Business Server 2019
151-
152-
Required: False
153-
Position: Named
154-
Default value: None
155-
Accept pipeline input: False
156-
Accept wildcard characters: False
157-
```
158-
159-
### -AsJob
160-
{{Fill AsJob Description}}
161-
162-
```yaml
163-
Type: SwitchParameter
164-
Parameter Sets: (All)
165-
Aliases:
166-
Applicable: Skype for Business Online, Skype for Business Server 2019
167-
168-
Required: False
169-
Position: Named
170-
Default value: None
171-
Accept pipeline input: False
172-
Accept wildcard characters: False
173-
```
174122
175123
## INPUTS
176124

0 commit comments

Comments
 (0)