Suppose I have the following testArgsX.ps1 file:
$ARG_X_PARAMETER=1 If ($args[0] -ne "") { echo ARGS[X]="`"$args[0]`&