Answered by:
Skype hybrid question

Question
-
Hi
Current situation:
- Skype Online is in place and users are already using Skype Online. Microsoft PSTN is not available for this country
- Installed a Skype OnPremise infrastructure to be able to do phone calls
- Implemented a hybrid configurationNow my Question.
I am able to move users to Skype Online, but how can I move existing Online Users to the onprem server?
In the OnPrem Skype Control Panel I can't see the online users.Regards
PeterThursday, February 2, 2017 7:20 AM
Answers
-
Deleted
- Marked as answer by PeterN22 Friday, February 3, 2017 6:21 AM
Thursday, February 2, 2017 11:30 PM
All replies
-
Run from sfb powershell console this commands
1. $cred=Get-Credential
2. Move-CsUser -Identity <username> -Target
<sfbservername> -Credential $cred -HostedMigrationOverrideURL https://admin0e.online.lync.com/HostedMigration/hostedmigrationservice.svc
- Edited by Pryymak Andrei Thursday, February 2, 2017 9:23 AM
Thursday, February 2, 2017 9:21 AM -
Deleted
- Marked as answer by PeterN22 Friday, February 3, 2017 6:21 AM
Thursday, February 2, 2017 11:30 PM -
Hi Shankar
That worked, thanks a lot for your hint.
Now I'm stucking on the next step by moving online users to on premise.
I started a new thread for this problem:
Move users from Skype Online to Skype On Premise
Regards
Peter- Edited by PeterN22 Friday, February 3, 2017 6:47 AM
Friday, February 3, 2017 6:46 AM -
Hi PeterN22,
Thanks for your back and share your solution to us, it will be helpful to someone who has similar issue could find this thread as soon as possible.
Best Regards,
Jim Xu
TechNet Community Support
Please remember to mark the replies as answers if they helped.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.Wednesday, February 8, 2017 9:06 AM