adminin1.online.lync.com Проблема при развертывании чат-бота в скайпе - PullRequest
0 голосов
/ 22 февраля 2019

Привет Всем, у меня возникла эта проблема,

после выполнения следующей команды,

PS C:\WINDOWS\system32> New-CsOnlineApplicationEndpoint -ApplicationId fc1d28c4-7ff2-41dd-9a1b-a5652949d051 -Name TestBotAP -Uri sip:$TenentAdminDomainId

Он запрашивает у меня учетные данные oauth,

после ввода моего арендатораили пользовательские кредиты выдают ошибку следующим образом

PS C:\WINDOWS\system32> New-CsOnlineApplicationEndpoint -ApplicationId fc1d28c4-7ff2-41dd-9a1b-a5652949d051 -Name TestBotAP -Uri sip:$TenentAdminDomainId

Creating a new session for implicit remoting of "New-CsOnlineApplicationEndpoint" command...
New-PSSession : [adminin1.online.lync.com] Connecting to remote server adminin1.online.lync.com failed with the following error message : The WinRM client cannot process the request. The authentication mechanism requested by the client
is not supported by the server or unencrypted traffic is disabled in the service configuration. Verify the unencrypted traffic setting in the service configuration or specify one of the authentication mechanisms supported by the
server.  To use Kerberos, specify the computer name as the remote destination. Also verify that the client computer and the destination computer are joined to a domain. To use Basic, specify the computer name as the remote destination,
specify Basic authentication and provide user name and password. Possible authentication mechanisms reported by server: For more information, see the about_Remote_Troubleshooting Help topic.
At C:\Users\mkirtane\AppData\Local\Temp\tmp_l1sfz4qv.c0r\tmp_l1sfz4qv.c0r.psm1:136 char:17
+                 & $script:NewPSSession `
+                 ~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotingTransportException
    + FullyQualifiedErrorId : AccessDenied,PSSessionOpenFailed
Exception calling "GetSteppablePipeline" with "1" argument(s): "No session has been associated with this implicit remoting module."
At C:\Users\mkirtane\AppData\Local\Temp\tmp_l1sfz4qv.c0r\tmp_l1sfz4qv.c0r.psm1:20412 char:13
+             $steppablePipeline = $scriptCmd.GetSteppablePipeline($myI ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : RuntimeException

PS C:\WINDOWS\system32>
...