Powershell, remote script access denied to network resources

前端 未结 1 676
别那么骄傲
别那么骄傲 2020-12-11 16:52

I am trying to execute powershell script remotely using invoke-command. The script relies on a configuration file which is available over the local network. The script is ca

相关标签:
1条回答
  • 2020-12-11 17:29

    It is probably a double hop issue. You have to use CredSSP to delegate your credentials to the remote computer.

    Try the solution mentioned here: http://blogs.msdn.com/b/clustering/archive/2009/06/25/9803001.aspx

    0 讨论(0)
提交回复
热议问题