...
Code Block |
---|
$A="myParam=PowerShellParam" $A | out-file -encoding ASCII $env:scheduler_return_values get-content $env:scheduler_return_values exit $lastexitcode |
Code Block |
# to change the policy for using powershell you can use this .adm file:
# http://www.microsoft.com/download/en/confirmation.aspx?id=25119
|
...
Code Block |
---|
"the parameter from the previous job chain node is '$env:SCHEDULER_PARAM_myParam'"
exit $lastexitcode
|
Code Block |
# to change the policy for using powershell you can use this .adm file: # http://www.microsoft.com/download/en/confirmation.aspx?id=25119 |
...