Hi
I am using an Execute Task in SSIS to run a Powershell script I have created. The Powershell script runs fine when executed from the command line with no errors, but when I run it from the package the task fails.
The parameters I am using are in the screenshot below and its a simple execute. How can I see what errors are causing the task to fail?
Thanks