Hello,
i have created my own template for creating users.
In this template I have included a script:
[...]
},
"ScriptOptions": {
"IsHidden": false,
"IsHiddenFromRequester": false,
"IsScriptEnabledByDefault": true,
"Path": "xxx",
"CommandLineParameters": "xxx",
"DisplayName": "xxx"
},
[...]
The script itself works fine.
But I have to select the execution of the script manually each time:

Shouldn't the "IsScriptEnabledByDefault" switch ensure that the script is executed automatically?
Another problem:
The default template for creating new users shows me the "Scripts" tab, where I can select the scripts I have defined in the "ARM Configuration" tool.

With my own template I can't use the predefined scripts, but have to define the scripts directly in the template.
Can I also use the predefined scripts in my own template?
Best regards
Jonas