...
Code Block |
---|
.\CreateVariablesFromEnvironment -Prefix "VARSCHEDULER_PARAM_" |
and the first statement in the script is the param-statement:
...
will fill the variable "Prefix" with the Value "VARSCHEDULER_PARAM_".
using environment variables
...
...
Code Block |
---|
.\CreateVariablesFromEnvironment -Prefix "VARSCHEDULER_PARAM_" |
and the first statement in the script is the param-statement:
...
will fill the variable "Prefix" with the Value "VARSCHEDULER_PARAM_".
...