Hello,
I have a question according this dynamic folder script: toolbox/Dynamic Folder/Wallix Bastion/Wallix Bastion (PowerShell).dyncred-script.autogen.ps1 at master · royalapplications/toolbox · GitHub
I am back into this topic and run into an issue again. I know that I can swith to environment variables and sign the script, so it can be run even if the execution policy is “AllSigned”. Unfortunately I can’t see how to switch these two lines to environment variables?
$WallixUsername = ‘$Target.CustomField1$:$EffectiveUsername$’
$WallixPassword = ‘$EffectivePassword$’
Maybe someone can give me a hint?
Password should be $WallixPassword = $env:DynFolder_EffectivePassword
but what about the WallixUsername?