使用powershell将用户移动到仅Teams模式时出现网络错误

问题描述 投票:-1回答:1

当我尝试运行下面的命令时,我在下面收到此错误。欢迎任何建议。

    Import-Module SkypeOnlineConnector

$CSSession = New-CsOnlineSession -OverrideAdminDomain xx.onmicrosoft.com

Import-PSSession $CSSession -AllowClobber


$url="https://adminXX.online.lync.com/HostedMigration/hostedmigrationService.svc"
Move-CsUser -Identity user@domain  -Target sipfed.online.lync.com -MoveToTeams  -HostedMigrationOverrideUrl $url

错误:

Move-CsUser : A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow 
remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
powershell microsoft-teams skype-for-business
1个回答
0
投票

请您详细说明一下。您要面对一个特定帐户还是所有用户帐户都遇到相同的问题?

如果适用于所有用户帐户请检查您是否已完成前提条件Skype到O365的连接:LinkSkype进行团队运动link。如果您具有带CU8重新启动功能的Skype for Business 2015,则需要按照本文档进行。

如果是特定帐户。检查Adaccount是否正确移动。广告复制后,请检查所有属性是否可用,然后重新运行adsync。现在运行Move-CsUser命令

© www.soinside.com 2019 - 2024. All rights reserved.