Jun 10, 2012
tom

Remote execution in a domain environment

Question

I have a windows domain environment and it contains only Server 2008 Os’s. I’m trying to execute a script or a program from 1 server on multiple servers, but I can’t configure or install any applications. I was trying to user powershell v2.0 (invoke-command) but its not configured and I cant configure it. I’m looking for an alternative maybe WMI. Psexec and rcmd are not installed on any servers. Any advise could help a lot.

Asked by T. Crancker

Answer

How about copying a script to each machine and adding a scheduled task that executes it?

Also, psexec does not require a remote install. Some information from PsExec – Execute processes on a remote system and redirect output to the local system (Windows IT Pro):

PsExec’s ability to run processes remotely with no manual installation of software on the remote system makes deployment easy.

Answered by uSlackr

Related posts:

  1. remote command execution on Windows 2003 server
  2. Cannot access client pc remotely due to time/date issue xp win2k3 environment — REMOTE solution please
  3. Powershell Remote Execution Error on EC2
  4. Unable to issue commands to a remote server when using IP address
  5. Remote installing programs by scripts or batch files

Leave a comment