我正在尝试连接Skype进行业务。但是失败了。我在服务器上使用代理。 我尝试通过传递代理设置(IEConfig / winHttpConfig)的SessionOption 遇到错误 无法从https://admin0f.online.lync.com
获取身份验证URIImport-Module LyncOnlineConnector
$credential = Get-Credential myidfb@xxx.onmicrosoft.com
$session = New-CsOnlineSession -Credential $credential -Verbose
Import-PSSession $session -allowclobber