I'm having some problems sending parameters to a Powershell script when it includes a dash (-) in it. Here's an example on what I'm trying to do. The script is made to run an SSIS package from Powershell.
[code="other"]
param($dtsx = '')
function GetDt
↧