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.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
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):
|
|||||
|