Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...