Answered Executing Powershell Script From SSIS

  • Monday, August 06, 2012 6:52 PM
     
     

    I need to run a powershell script using SSIS "Execute Process Task"

    What is the syntax for the Arguments line?  Right now I have the below.  I'm getting an error message with exit code 1.

    powershell -noexit -command "C:\SaveAsCSV.ps1"

All Replies