Skype for Business Fehler 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 Fehler:
Move-CsUser : HostedMigration fault: Error=(201), Description=(Cannot find user in Active Directory with the following SIP URI: “sip:usermailbox”)
NOTIZ: Die folgende 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
NOTIZ: Check that the user is synched to Azure ad and licensed appropriately.
Auflösung
msRTCSIP attribute was not being synched to Azure ad. Check and force synchronization of Azure ad Verbinden:
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