View Single Post
  #13  
Old 08-15-2006, 03:30 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
There is some sort of conflict between VBP and PsExec regarding capturing its std output. What you can do is redirect the psinfo output to a file, i.e. a Command of:

cmd /c psinfo -s >c:\psinfo.out

and then configure the step to read program output from that file (i.e., \\servername\c$\psinfo.out) instead of Standard output.
Reply With Quote