PROBLEM
I am getting below error while trying to move the on-premises lync 2013 user to Skype Online.
O365 Sign in method – Seamless Single Sign-on
ADFS Services – Stopped
ADConnect Sync – OK
Password Write back – Enabled
Move-CsUser -Identity “mailtest@domain.com” -Target sipfed.online.lync.com -Confirm:$false -Verbose
VERBOSE: CN=MailTest,OU=Test,OU=Users,OU=IT,OU……………..DC=local
WARNING: Moving a user from the current version to an earlier version (or to a service
version) can cause data loss.
VERBOSE:CN=MailTest,OU=Test,OU=Users,OU=IT,OU……………..DC=local
Move-CsUser : Unable to locate Windows Live ID token from the provided credentials, or fr
om Active Directory Federation Services (AD FS) credentials cache.
At line:1 char:1
+ Move-CsUser -Identity “mailtest@domain.com” -Target sipfed.online.lync.com -Co …
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (CN=MailTest,OU=………..DC=local:OCSAD
User) [Move-CsUser], MoveUserException
+ FullyQualifiedErrorId : MoveError,Microsoft.Rtc.Management.AD.Cmdlets.MoveOcsUserC
mdlet