Skip to content

Commit 5e8351a

Browse files
authored
Merge pull request #11618 from ruchiagrawal9221/patch-4
Update Move-CsUser.md
2 parents 1fc0a75 + 6b1fcbf commit 5e8351a

File tree

1 file changed

+2
-35
lines changed

1 file changed

+2
-35
lines changed

skype/skype-ps/skype/Move-CsUser.md

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ For more information, see [Set-TeamsEnvironmentConfig](/powershell/module/teams/
2727
### (Default)
2828

2929
```
30-
Move-CsUser [-Identity] <UserIdParameter> [-Target] <Fqdn> [-Credential <PSCredential>] [-MoveToTeams] [-HostedMigrationOverrideUrl <String>] [-UseOAuth] [-BypassEnterpriseVoiceCheck] [-BypassAudioConferencingCheck] [-TenantAdminUserName] [-ProxyPool <Fqdn>] [-MoveConferenceData] [-Report <String>] [-DomainController <Fqdn>] [-Confirm] [-Force] [-PassThru] [-WhatIf] [<CommonParameters>]
30+
Move-CsUser [-Identity] <UserIdParameter> [-Target] <Fqdn> [-Credential <PSCredential>] [-UseOAuth] [-BypassEnterpriseVoiceCheck] [-BypassAudioConferencingCheck] [-TenantAdminUserName] [-ProxyPool <Fqdn>] [-MoveConferenceData] [-Report <String>] [-DomainController <Fqdn>] [-Confirm] [-Force] [-PassThru] [-WhatIf] [<CommonParameters>]
3131
```
3232

3333
### UserList
3434

3535
```
36-
Move-CsUser -UserList <String> [-Target] <Fqdn> [-Credential <PSCredential>] [-MoveToTeams] [-HostedMigrationOverrideUrl <String>] [-UseOAuth] [-BypassEnterpriseVoiceCheck] [-BypassAudioConferencingCheck] [-TenantAdminUserName] [-ProxyPool <Fqdn>] [-MoveConferenceData] [-Report <String>] [-DomainController <Fqdn>] [-Confirm] [-Force] [-PassThru] [-WhatIf] [<CommonParameters>]
36+
Move-CsUser -UserList <String> [-Target] <Fqdn> [-Credential <PSCredential>] [-UseOAuth] [-BypassEnterpriseVoiceCheck] [-BypassAudioConferencingCheck] [-TenantAdminUserName] [-ProxyPool <Fqdn>] [-MoveConferenceData] [-Report <String>] [-DomainController <Fqdn>] [-Confirm] [-Force] [-PassThru] [-WhatIf] [<CommonParameters>]
3737
```
3838

3939
## DESCRIPTION
@@ -159,22 +159,6 @@ Accept pipeline input: False
159159
Accept wildcard characters: False
160160
```
161161
162-
### -MoveToTeams
163-
164-
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-
178162
### -Credential
179163
180164
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
192176
Accept wildcard characters: False
193177
```
194178
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-
212179
### -UseOAuth
213180
214181
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

Comments
 (0)