Running a PowerShell Script Remotely from a Jump Server to Multiple Target Servers

0
0
Asked By CoolCactus93 On

I have a PowerShell script that runs perfectly on each of my servers when executed locally. Now, I'm looking to run this same script from a jump server to six different target servers. What steps do I need to take to do this successfully?

1 Answer

Answered By ScriptGuru17 On

If you're using PowerShell Remoting, make sure to set up Delegation correctly. You should look into the Kerberos double-hop issue, which has a lot of information that will guide you based on your security settings and environment requirements. It can be a bit tricky depending on what policies you have in place.

CoolCactus93 -

Yes, it's a production environment, so I'm hesitating about making changes directly on the production servers.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.