You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skype/skype-ps/skype/Set-CsTeamsUpgradeConfiguration.md
+12-64Lines changed: 12 additions & 64 deletions
Original file line number
Diff line number
Diff line change
@@ -8,29 +8,21 @@ schema: 2.0.0
8
8
# Set-CsTeamsUpgradeConfiguration
9
9
10
10
## 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.
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.
30
21
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.
32
25
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.
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.
64
59
65
60
```yaml
66
61
Type: Bool
@@ -75,35 +70,20 @@ Accept pipeline input: False
75
70
Accept wildcard characters: False
76
71
```
77
72
### -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.
79
74
80
75
```yaml
81
76
Type: string
82
77
Parameter Sets: (All)
83
78
Aliases:
84
-
Applicable: Skype for Business Online, Skype for Business Server 2019
79
+
Applicable: Skype for Business Online
85
80
86
81
Required: False
87
82
Position: Named
88
83
Default value: NativeLimitedClient
89
84
Accept pipeline input: False
90
85
Accept wildcard characters: False
91
86
```
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
-
```
107
87
108
88
### -Identity
109
89
{{Fill Identity Description}}
@@ -139,38 +119,6 @@ Accept pipeline input: False
139
119
Accept wildcard characters: False
140
120
```
141
121
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
0 commit comments