I'm looking for something like ClusterSSH, but for windows.

"ClusterSSH controls a number of xterm windows via a single graphical console window to allow commands to be interactively run on multiple servers over an ssh connection."

I want to be able to do the same on windows machines, but not necessarily over ssh.

Edit: By "the same" I mean running commands, I don't want to control xterms on windows :)

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

If you are looking for CLI access Powershell Remoting is what you want.

http://blogs.msdn.com/b/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx

Allows you to run the same command on multiple machines.

If you have Certs (not self-signed) on your servers you can use SSL for the connections.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.