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
This parameter is no longer needed. This parameter is only available with Skype for Business Server 2019 and CU8 for Skype for Business Server 2015 and previously was required to move a user *directly* to TeamsOnly in Microsoft 365. However, when using Move-CsUser, users are now always moved to TeamsOnly, whether this switch is specified or not.
165
-
166
-
```yaml
167
-
Type: SwitchParameter
168
-
Parameter Sets: (All)
169
-
Aliases:
170
-
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
171
-
Required: False
172
-
Position: Named
173
-
Default value: None
174
-
Accept pipeline input: False
175
-
Accept wildcard characters: False
176
-
```
177
-
178
162
### -Credential
179
163
180
164
Enables you to run the Move-CsUser cmdlet under alternate credentials, which is typically required when moving to Office 365. To use the Credential parameter you must first create a PSCredential object using the Get-Credential cmdlet. For details, see the Get-Credential cmdlet help topic.
@@ -192,23 +176,6 @@ Accept pipeline input: False
192
176
Accept wildcard characters: False
193
177
```
194
178
195
-
### -HostedMigrationOverrideUrl
196
-
197
-
The hosted migration service is the service in Office 365 that performs user moves. By default, there is no need to specify a value for this parameter, as long as the hosting provider has its AutoDiscover URL properly configured and you are using an admin account the ends in .onmicrosoft.com. If you are using a user account from on-premises that synchronized to the cloud, you must specify this parameter. See [Required administrative credentials](/skypeforbusiness/hybrid/move-users-between-on-premises-and-cloud#required-administrative-credentials).
198
-
199
-
```yaml
200
-
Type: String
201
-
Parameter Sets: (All)
202
-
Aliases:
203
-
Applicable: Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
204
-
205
-
Required: False
206
-
Position: Named
207
-
Default value: None
208
-
Accept pipeline input: False
209
-
Accept wildcard characters: False
210
-
```
211
-
212
179
### -UseOAuth
213
180
214
181
This switch is no longer relevant. Previously, this switch ensured authentication between on-premises and the cloud. This switch also ensured Skype for Business Server 2015 CU8 to CU11 used the OAuth protocol (supported in those versions, but not used by default). All currently supported versions for migration to Teams (see the list earlier in this article) automatically use OAuth, so this switch is no longer required.
0 commit comments