Hi Guys,
we publish CreateNewUser Templates in ARM Web for our Requesters.
In the Templates we've defined under the "ScriptOptions" a Skript witch should run after the User ist created.
So far the Skript starts an did it's work. My problem is, that i would love to use the "AuthorName" in my Script. But i don't figured it out how to get the AuthorName passed through.
Is there a way to do it? Like in the OpenTemplates with the AuthorName-Parameter?
"ScriptOptions" : {
"IsHiddenFromRequester": true,
"IsScriptEnabledDefault": true,
"DisplayName": "UserCreate",
"Path": "E:\\!_ARM_Powershell\\CreateUser\\CreateUser.ps1",
"CommandLineParameters": "{samaccountname} DOMAIN {distinguishedname} {objectsid} {objectguid} {AuthorName} {AuthorComment} {company} {title}"
},
Have a nice Day! 