Use current Powershell credentials for remote call

后端 未结 2 1940
Happy的楠姐
Happy的楠姐 2021-01-27 06:41

I have a Powershell script that is used to remotely call other Powershell scripts on other servers. The script is used to shut down and start up services on the different serve

2条回答
  •  时光取名叫无心
    2021-01-27 07:10

    Sounds like a double hop problem. These are notoriously difficult to work around, since the credentials you would pass can't be authenticated by the second system.

    CredSSP is a solution, but it does increase security risk so use caution, make sure you understand the configuration, and make sure you configure it right.

提交回复
热议问题