arkamedis21 has asked for the wisdom of the Perl Monks concerning the following question:

Hi,
I wanted to know if there was a way to create process on a remote machine using WMI in perl. I want to launch a secure, reliable way to lauch scripts on remote machines, and get their error/return codes. Any help would be greatly appreciated.

Thanks

Replies are listed 'Best First'.
Re: using WMI to create process
by Three (Pilgrim) on Nov 25, 2002 at 17:01 UTC
    Here is a simpler way.
    Use the windows at scheduleing service to remotely schedule a program to be launched now.
    Have the command line redirect output to a file.
    Then you are done :->
A reply falls below the community's threshold of quality. You may see it by logging in.