Skype for Business błąd 201. Move-CsUser : HostedMigration fault: Error=(201).
When moving a user from Skype for Business Server 20XX to Skype for Business Online (in hybrid deployment), the move command fails with the following błąd:
Move-CsUser : HostedMigration fault: Error=(201), Description=(Cannot find user in Active Directory with the following SIP URI: “sip:usermailbox”)
NOTATKA: The following PowerShell command is being used for this operation:
Move-CsUser -Identity sip:usermailbox -Target sipfed.online.lync.com -Credential $cred -HostedMigrationOverrideUrl https://admin1e.online.lync.com/HostedMigration/hostedmigrationservice.svc
NOTATKA: Check that the user is synched to Usługa Azure AD and licensed appropriately.
Rezolucja
msRTCSIP attribute was not being synched to Usługa Azure AD. Check and force synchronization of Usługa Azure AD Łączyć:
Start-ADSyncSyncCycle -PolicyType Delta
When synchronization is complete run Move-CSUser
the command again.
Move-CsUser -Identity sip:usermailbox -Target sipfed.online.lync.com -Credential $cred -HostedMigrationOverrideUrl https://admin1e.online.lync.com/HostedMigration/hostedmigrationservice.svc