What do you mean with exact scenario?
I just want to execute a script and read its output. If I execute a powershell script i want to be able to pass in some parameters and read the output, e.g. if the execution was successfull. Exchange integration is done just by executing powershell scripts.
I dont want the output to be written to a file, this is a hack. I am trying to execute something like this: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe H:\powershell\createNewMailbox.ps1 Parameter1 Parameter 2 Parameter 3.
When I am executing the command above the job gets a time out. Either with uShellRead or with a ShellExecute Pass...
Regards,
Raphael