Link to home
Start Free TrialLog in
Avatar of bibi92
bibi92Flag for France

asked on

execute powershell script from linux servers

Hello,

I search a tool for executing powershell scripts or sql commands from linux servers.
I can't setup cygwin or ssh client on the Windows servers.

Thanks

Regards
ASKER CERTIFIED SOLUTION
Avatar of bas2754
bas2754
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Systech Admin
could you please elaborate more about your issue?
Avatar of bibi92

ASKER

Hello,

I have to build oracle linux and servers centralized repository on oracle database. So I have to executed shell and powershell scripts on repository server which OS is linux. Thanks
Sadly linux does not execute powershell scripts. As much as oracle is involved one uses SQL scripts and oracle is happy about them.
The article does not mention oracle or Linux. There is no powerehell on linux or oracle.
Avatar of bibi92

ASKER

Maybe my English  is very bad, from this linked :
http://sharpcodenotes.blogspot.fr/2014/01/running-powershell-commands-from-linux.html

Using a WS-Management client on Linux

I have already setup sshd client on Windows server and execute locally the powershell scripts through ssh connection.

Regards
Azure already has windows SSH, I assume it is on the way to customer windows servers.
Do you want to solve this remote exec problem for the year to come while windows is without SSH?

You can also run psexec.exe from sysinternals via WINE, less stuff to set up on windows.