I would like a run a simple command remotely and get the output of it. What are the options? With WMI, i could start the command on remote machine but unable to capture the output. Is there any way to capture the output of the command? I looked at psexec already and looks like its not secure. Looking for other alternatives. Any WMI or DCOM or Other scripts available which can get the output of the command or redirect to file? Thanks for your response.