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

Help calling PowerShell Function via SSIS EPT

$
0
0
Hi, I successfully tested this by using the following expression: "-ExecutionPolicy Unrestricted -File \"" + @[User::Script_Path] + "\\Exec PoSh Script.PS1\" \"" + @[User::FirstName] + "\" \"" + @[User::Surname] + "\"" which resulted in the following

Viewing all articles
Browse latest Browse all 467

Trending Articles