Remote script execution on Windows 2003 server - alternatives to PSEXEC

Posted by chickeninabiscuit on Server Fault See other posts from Server Fault or by chickeninabiscuit
Published on 2010-10-14T05:27:36Z Indexed on 2011/01/03 8:55 UTC
Read the original article Hit count: 256

We are wanting to deploy our application to our Test server from our Hudson server.

I'd like to be able to have hudson copy the application files and start a script that would run locally on our Test server.

We can't use psexec because of a cross domain policy.

Currently we are doing this manually, by RDPing to the Test server and checking out the code from subversion manually.

Are there alternatives to PSExec that can bypass the cross domain policy problem?

© Server Fault or respective owner

Related posts about windows-server-2003

Related posts about remote-access