Today we try to move a User from Skype on Prem to Teams. We just assign a E5 License to User uktest with Skype Online P2, Teams Microsoft 365 Audio Conferencing. He is Skype on Prem voice enabled. The cmdlet is this one
$SFBUser=Uktest@contoso.com
$url=https://admin0e.online.lync.com/HostedMigration/hostedmigrationService.svc
Move-CsUser -Identity $SFBuser -UseOauth -Target sipfed.online.lync.com -MoveToTeams -HostedMigrationOverrideUrl $url -Proxypool Frontend.contoso.local -DomainController DCFQDN -BypassAudioConferencingCheck -Confirm:$false -BypassEnterpriseVoiceCheck
The Solution we found is…. To Wait for the license assignment.