将Skype for Business与Powershell连接起来

时间:2019-06-17 10:21:49

标签: powershell skype-for-business

我没有管理访问权限,我已将SkypeOnlinePowerShell.Exe安装到我的计算机中。我可以在“ C:\ Program Files \ Common Files \ Skype for Business Online \ Modules \ SkypeOnlineConnector”中看到该模块

使用以下命令导入Skype时-

Import-Module "C:\\Program Files\\Common Files\\Skype for Business Online\\Modules\\SkypeOnlineConnector\\SkypeOnlineConnector.psd1"
$sfboSession = New-CsOnlineSession -Credential $UserCredential

我收到此错误-

  

Get-CsAccessToken:AADSTS50076:由于配置更改   您的管理员,或者因为您搬到了新位置,所以必须   使用多因素身份验证访问   '39624784-6cbe-4a60-afbe-9f46d10fdb27'。跟踪ID:   d08b5d78-d2ba-421c-8604-f7f8caf04a00相关ID:   567c0413-733d-43e3-8e9d-87c19bf98fc7时间戳记:2019-06-17 09:56:19Z   位于C:\ Program Files \ Common Files \ Skype for Business   联机\模块\ SkypeOnlineConnector \ SkypeOnlineConnectorStartup.psm1:128   字符:22   + ... cessToken = Get-CsAccessToken -UserName $ UserName -TargetUri $ targetU ...   + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~       + CategoryInfo:未指定:(:) [Get-CsAccessToken],AdalClaimChallengeException       + FullyQualifiedErrorId:Microsoft.IdentityModel.Clients.ActiveDirectory.Exceptions.AdalClaimChallengeException,Microsoft.Rtc.Management.OnlineConnector.GetAccessToken。

有没有任何方法(有效)通过Powershell连接到Skype for Business,而没有管理员权限?

0 个答案:

没有答案