Couple of things to make note of.
Powershell is in unrestricted mode so adding ExecutionPolicy bypass is not needed.
Runs successfully when i hard code the variable filename and then set up argument below in Execute Process Task.
@[User::Script_url] + " " + @[User::filename]
But once I place that Execute Process task in Foreach loop container, to feed a different filename, nothing happens except the powershell opens and then closes quickly for the number of files in that directory...which suggests it is feeding the variable to the parameter but not actually executing the powershell script with each filename.
