Quantcast
Channel: SQLServerCentral » Programming » Powershell » Latest topics
Viewing all articles
Browse latest Browse all 467

Parameter on Powershell Script

$
0
0
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

Viewing all articles
Browse latest Browse all 467

Trending Articles