Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. PS C:WINDOWSsystem32> New-CsOnlineApplicationEndpoint -ApplicationId fc1d28c4-7ff2-41dd-9a1b-a5652949d051 -Name TestBotAP -Uri sip:$TenentAdminDomainId
  2.  
  3. PS C:WINDOWSsystem32> New-CsOnlineApplicationEndpoint -ApplicationId fc1d28c4-7ff2-41dd-9a1b-a5652949d051 -Name TestBotAP -Uri sip:$TenentAdminDomainId
  4.  
  5. Creating a new session for implicit remoting of "New-CsOnlineApplicationEndpoint" command...
  6. 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
  7. 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
  8. 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,
  9. 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.
  10. At C:UsersmkirtaneAppDataLocalTemptmp_l1sfz4qv.c0rtmp_l1sfz4qv.c0r.psm1:136 char:17
  11. + & $script:NewPSSession `
  12. + ~~~~~~~~~~~~~~~~~~~~~~~~
  13. + CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotingTransportException
  14. + FullyQualifiedErrorId : AccessDenied,PSSessionOpenFailed
  15. Exception calling "GetSteppablePipeline" with "1" argument(s): "No session has been associated with this implicit remoting module."
  16. At C:UsersmkirtaneAppDataLocalTemptmp_l1sfz4qv.c0rtmp_l1sfz4qv.c0r.psm1:20412 char:13
  17. + $steppablePipeline = $scriptCmd.GetSteppablePipeline($myI ...
  18. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  19. + CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordException
  20. + FullyQualifiedErrorId : RuntimeException
  21.  
  22. PS C:WINDOWSsystem32>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement