Skip to content

Commit 39c6d2e

Browse files
authored
Merge pull request MicrosoftDocs#1216 from bjwhalen/patch-10
Update Get-CsTeamsUpgradeConfiguration.md
2 parents 37d2624 + 49cb47a commit 39c6d2e

File tree

1 file changed

+11
-19
lines changed

1 file changed

+11
-19
lines changed

skype/skype-ps/skype/Get-CsTeamsUpgradeConfiguration.md

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-CsTeamsUpgradeConfiguration
99

1010
## SYNOPSIS
11-
Returns information related to managing the upgrade to Teams from Skype for Business. 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+
Returns information related to managing the upgrade to Teams from Skype for Business. 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

1414

@@ -31,11 +31,18 @@ Get-CsTeamsUpgradeConfiguration [[-Identity] <XdsIdentity>] [-Tenant <guid>] [<C
3131
```
3232

3333
## DESCRIPTION
34-
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.
34+
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 the Teams app. It also allows administrators to determine which application Office 365 users should use to join Skype for Business meetings.
3535

36-
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.
36+
Separate instances of TeamsUpgradeConfiguration exist in Office 365 and Skype for Business Server.
37+
- TeamsUpgradeConfiguration in Office 365 applies to any user who does not have an on-premises Skype for Business account.
38+
- 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.
3739

38-
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.
40+
The DownloadTeams property allows admins to control whether the Skype for Business client should automatically download the Teams app in the background. This setting is only honored for users on Windows clients, and only if TeamsUpgradePolicy for the user meets either of these conditions:
41+
- NotifySfbUser=true, or
42+
- Mode=TeamsOnly
43+
Otherwise, this setting is ignored.
44+
45+
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.
3946

4047

4148
## EXAMPLES
@@ -98,21 +105,6 @@ Accept pipeline input: False
98105
Accept wildcard characters: False
99106
```
100107
101-
### -AsJob
102-
{{Fill AsJob Description}}
103-
104-
```yaml
105-
Type: SwitchParameter
106-
Parameter Sets: (All)
107-
Aliases:
108-
Applicable: Skype for Business Online, Skype for Business Server 2019
109-
110-
Required: False
111-
Position: Named
112-
Default value: None
113-
Accept pipeline input: False
114-
Accept wildcard characters: False
115-
```
116108
117109
## INPUTS
118110

0 commit comments

Comments
 (0)