Guest kkantchev@hotmail.com Posted July 10, 2007 Posted July 10, 2007 Hi guys, What tools for executing multiple services on multiple servers start/stop are available that work better over slow connections? Currently I'm using NETSVC in a batch file to stop/start services, but its painfully slow. Thanks Krass
Guest Olaf Engelke [MVP Windows Server] Posted July 11, 2007 Posted July 11, 2007 Re: Remote services start/stop Hello, "kkantchev@hotmail.com" <kkantchevhotmailcom@discussions.microsoft.com> schrieb im Newsbeitrag news:9C75D2C4-20B6-452D-B883-76E625CE8F6B@microsoft.com... > What tools for executing multiple services on multiple servers start/stop > are available that work better over slow connections? > Currently I'm using NETSVC in a batch file to stop/start services, but its > painfully slow. > which server OS? You could use sc.exe to control services (Windows Server 2003), not sure if there is a speed difference. To speed up the process, you could also perform the execution on remote machines directly by putting the proper batches there and invoking psexec. http://www.microsoft.com/technet/sysinternals/utilities/psexec.mspx Best greetings from Germany Olaf
Recommended Posts